Function Module_admin_permissions->_choose_zone
Definitions
adminzone/pages/modules/admin_permissions.php
- The UI to choose a zone to edit permissions for pages in.
- 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 to use (output of get_screen_title) |
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to choose a zone to edit permissions for pages in.
*
* @param Tempcode $title The title to use (output of get_screen_title)
* @return Tempcode The UI
*/
public function _choose_zone(object $title) : object
* The UI to choose a zone to edit permissions for pages in.
*
* @param Tempcode $title The title to use (output of get_screen_title)
* @return Tempcode The UI
*/
public function _choose_zone(object $title) : object

