Property | Type | Description | |
---|---|---|---|
$_eventArray | array | array of triggered events | |
$_moduleArray | array | array of installed and enabled modules | |
$_namespace | string | module namespace | |
$_registry | object | instance of the registry class |
Method | Description | |
---|---|---|
collect ( string $event = null, array $parameterArray = [] ) : array | collect from module hook | |
construct ( |
constructor of the class | |
getEventArray ( ) : array | get the event array | |
getModuleArray ( ) : array | get the module array | |
init ( ) | init the class | |
trigger ( string $event = null, array $parameterArray = [] ) : mixed | trigger the module hook |
public static construct ( |
||
$registry | instance of the registry class |
public static getEventArray ( ) : array | ||
return | array |
public static getModuleArray ( ) : array | ||
return | array |
protected static array $_eventArray | ||
return | array |
protected static array $_moduleArray | ||
return | array |
protected static string $_namespace | ||
return | string |
protected static object $_registry | ||
return | object |