init() : void
This method is called when the module is initialized.
protected function init() : void {
/* Override Me */
}init() : voidThis method is called when the module is initialized.
protected function init() : void {
/* Override Me */
}preLoad() : voidload($submodule = null) : voidonPost($data = []) : voidonUpdate($data = []) : ?stringonSave($data = []) : ?stringframe() : mixedcontent($submodule = null) : voidgetRouter() : RoutergetModules() : arraygetTemplate() : TemplategetCore() : CoregetInstance() : ModulesetSettings(string $name, mixed $value = NULL)getSettings(string $name, mixed $default = NULL) : mixedaddButton(Button | array $button, bool $logged_in = false)addModal(Modal $modal, bool $logged_in = false)assign(string $name, mixed $value)url(string $path = '') : stringaddFilter(string $name, Closure | array $method, int $priority = 50, bool $logged_in = true) : boolremoveFilter(string $name, Closure | array $method, int $priority = 50) : boolhasFilter(string $name, mixed $method = false) : boolapplyFilter(string $name, mixed $arguments) : mixedaddAction(string $name, Closure | array $method, int $priority = 50, bool $logged_in = true) : boolremoveAction(string $name, Closure | array $method, int $priority = 50) : boolhasAction(string $name, mixed $method = false) : boolrunAction(string $name, mixed $arguments) : mixed