MachII_framework_PluginManager
__construct
(SimpleXMLElement $configXml, MachII_framework_AppManager $appManager)
void
addPlugin
(string $pluginName, MachII_framework_Plugin $plugin)
Configure all of the plugins.
void
configure
()
void
executePluginPoint
(string $pluginPoint, MachII_framework_EventContext $eventContext)
Executes handleException() for each registered plugin.
void
handleException
(MachII_framework_EventContext $eventContext, MachII_util_Exception $exception)
void
postEvent
(MachII_framework_EventContext $eventContext)
void
postProcess
(MachII_framework_EventContext $eventContext)
void
postView
(MachII_framework_EventContext $eventContext)
void
preEvent
(MachII_framework_EventContext $eventContext)
void
preProcess
(MachII_framework_EventContext $eventContext)
void
preView
(MachII_framework_EventContext $eventContext)
void
setAppManager
(MachII_framework_AppManager $appManager)