Function Module_admin_themes->do_next_manager
Definitions
adminzone/pages/modules/admin_themes.php
- The do-next manager for after download content management.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $title | ?Tempcode | No | No | required parameter | N/A | N/A | The title (output of get_screen_title) (null: don't use full page) |
| $description | Tempcode | No | No | required parameter | N/A | N/A | Some description to show, saying what happened |
| $theme | ID_TEXT | No | No | required parameter | N/A | N/A | The theme that was just handled |
| $lang | ?LANGUAGE_NAME | No | No | required parameter | N/A | N/A | The language we were working in (null: autodetect) (blank: autodetect) |
| $type | ID_TEXT | No | No | required parameter | N/A | N/A | Code to determine what kind of links to show |
| $file | ID_TEXT | No | No | required parameter | N/A | N/A | ID of file that an edit link should load (blank: N/A) |
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The do-next manager for after download content management.
*
* @param ?Tempcode $title The title (output of get_screen_title) (null: don't use full page)
* @param Tempcode $description Some description to show, saying what happened
* @param ID_TEXT $theme The theme that was just handled
* @param ?LANGUAGE_NAME $lang The language we were working in (null: autodetect) (blank: autodetect)
* @param ID_TEXT $type Code to determine what kind of links to show
* @param ID_TEXT $file ID of file that an edit link should load (blank: N/A)
* @return Tempcode The UI
*/
public function do_next_manager(?object $title, object $description, string $theme, ?string $lang, string $type, string $file) : object
* The do-next manager for after download content management.
*
* @param ?Tempcode $title The title (output of get_screen_title) (null: don't use full page)
* @param Tempcode $description Some description to show, saying what happened
* @param ID_TEXT $theme The theme that was just handled
* @param ?LANGUAGE_NAME $lang The language we were working in (null: autodetect) (blank: autodetect)
* @param ID_TEXT $type Code to determine what kind of links to show
* @param ID_TEXT $file ID of file that an edit link should load (blank: N/A)
* @return Tempcode The UI
*/
public function do_next_manager(?object $title, object $description, string $theme, ?string $lang, string $type, string $file) : object

