Skip to content

functions_essentials_admin

Daniel Spors edited this page Nov 11, 2020 · 1 revision

Functions in file essentials/admin.php

admin_init

Initializes the admin essential.

Definition: public function admin_init()

Returns: void

admin_register_handler

Registers a handler for the SysAdmin controller.

Definition: public function admin_register_handler($label, $controller, $method)

Returns: void

Parameters:

  • string $label Label for the navigation entry

  • string $controller Controller class

  • string $method Method to be called

Clone this wiki locally