Function Module_admin_zones->edit_zone
Definitions
adminzone/pages/modules/admin_zones.php
- The UI to choose a zone to edit.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $type | string | No | No | _edit | N/A | N/A | The follow-on type |
| $title | ?Tempcode | No | No | Null | N/A | N/A | The title to use (null: the EDIT_ZONE title) |
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to choose a zone to edit.
*
* @param string $type The follow-on type
* @param ?Tempcode $title The title to use (null: the EDIT_ZONE title)
* @return Tempcode The UI
*/
public function edit_zone(string $type = '_edit', ?object $title = null) : object
* The UI to choose a zone to edit.
*
* @param string $type The follow-on type
* @param ?Tempcode $title The title to use (null: the EDIT_ZONE title)
* @return Tempcode The UI
*/
public function edit_zone(string $type = '_edit', ?object $title = null) : object

