MachII_framework_EventManager
__construct
(SimpleXMLElement $configXml, MachII_framework_AppManager $appManager)
MachII_framework_Event
createEvent
(
string $eventName, [
array $eventArgs =
array()], [
string $eventType =
'MachII.framework.Event'])
-
string
$eventName
-
array
$eventArgs: associative array of event arguments
-
string
$eventType
boolean
isEventDefined
(string $eventName)
boolean
isEventPublic
(string $eventName)
void
setAppManager
(MachII_framework_AppManager $appManager)
Creates the appropriate event command from a raw event configuration.
void
_createEventCommand
(string $commandType, SimpleXMLElement $command)
-
string
$commandType: MachII_framework_EventCommand type
-
SimpleXMLElement
$command: event commands