We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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