Function Module_admin_permissions->_get_ordered_sections
Definitions
adminzone/pages/modules/admin_permissions.php
- Get the list of sections that we can work through, in logical order.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The section list
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the list of sections that we can work through, in logical order.
*
* @return array The section list
*/
public function _get_ordered_sections() : array
* Get the list of sections that we can work through, in logical order.
*
* @return array The section list
*/
public function _get_ordered_sections() : array

