There was an error while loading. Please reload this page.
Initializes the admin essential.
Definition: public function admin_init()
public function admin_init()
Returns: void
void
Registers a handler for the SysAdmin controller.
Definition: public function admin_register_handler($label, $controller, $method)
public function admin_register_handler($label, $controller, $method)
Parameters:
string $label Label for the navigation entry
string $label
string $controller Controller class
string $controller
string $method Method to be called
string $method