Function Module_cms_downloads_cat->_do_next_manager
Definitions
cms/pages/modules/cms_downloads.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 |
| $id | ?AUTO_LINK | No | No | Null | N/A | N/A | The ID of whatever was just handled (null: delete/NA) |
| $category_id | ?AUTO_LINK | No | No | Null | N/A | N/A | The category ID we were working in (null: deleted/NA) |
| $download_licence_id | ?AUTO_LINK | No | No | Null | N/A | N/A | The download licence ID we were working in (null: deleted/NA) |
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 ?AUTO_LINK $id The ID of whatever was just handled (null: delete/NA)
* @param ?AUTO_LINK $category_id The category ID we were working in (null: deleted/NA)
* @param ?AUTO_LINK $download_licence_id The download licence ID we were working in (null: deleted/NA)
* @return Tempcode The UI
*/
public function _do_next_manager(?object $title, object $description, ?int $id = null, ?int $category_id = null, ?int $download_licence_id = null) : 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 ?AUTO_LINK $id The ID of whatever was just handled (null: delete/NA)
* @param ?AUTO_LINK $category_id The category ID we were working in (null: deleted/NA)
* @param ?AUTO_LINK $download_licence_id The download licence ID we were working in (null: deleted/NA)
* @return Tempcode The UI
*/
public function _do_next_manager(?object $title, object $description, ?int $id = null, ?int $category_id = null, ?int $download_licence_id = null) : object

