Plugin.
Located in /MachII_plugins_PearBenchmarkTimerPlugin/PearBenchmarkTimerPlugin.php [line 5]
MachII_framework_BaseObject | --MachII_framework_Plugin | --MachII_plugins_PearBenchmarkTimerPlugin
Properties
Methods
Inherited From MachII_framework_BaseObject
MachII_framework_BaseObject::$_appManager MachII_framework_BaseObject::$_parameters
Inherited From MachII_framework_Plugin
MachII_framework_Plugin::MachII_framework_Plugin() MachII_framework_Plugin::abortEvent() Aborts event processing MachII_framework_Plugin::configure() Override to provide custom configuration logic. MachII_framework_Plugin::getParameter() MachII_framework_Plugin::getParameters() MachII_framework_Plugin::handleException() Plugin point called when an exception occurs (before exception event is handled). MachII_framework_Plugin::postEvent() Executes after each event. MachII_framework_Plugin::postProcess() Executes once after processing events. MachII_framework_Plugin::postView() Executes after each view. MachII_framework_Plugin::preEvent() Executes before each event. MachII_framework_Plugin::preProcess() Executes once before processing events. MachII_framework_Plugin::preView() Executes before each view. MachII_framework_Plugin::setParameter() MachII_framework_Plugin::setParameters() MachII_framework_Plugin::_getAppManager() MachII_framework_Plugin::_setAppManager()
MachII_framework_BaseObject::MachII_framework_BaseObject() Constructor MachII_framework_BaseObject::announceEvent() Announces a new event to the framework. MachII_framework_BaseObject::configure() Override to provide custom configuration logic. MachII_framework_BaseObject::getAppManager() MachII_framework_BaseObject::getParameter() Gets a configuration parameter value, or a default value if not defined. MachII_framework_BaseObject::getParameters() Gets the full set of configuration parameters for the component. MachII_framework_BaseObject::getProperty() Gets the specified property. MachII_framework_BaseObject::hasParameter() Checks to see whether or not a configuration parameter is defined. MachII_framework_BaseObject::isParameterDefined() Checks to see whether or not a configuration parameter is defined. MachII_framework_BaseObject::setAppManager() MachII_framework_BaseObject::setParameter() Sets a configuration parameter. MachII_framework_BaseObject::setParameters() Sets the full set of configuration parameters for the component. MachII_framework_BaseObject::setProperty() Sets the specified property.
void configure( )
void postEvent( mixed &$eventContext )
void postProcess( mixed &$eventContext )
void postView( mixed &$eventContext )
void preEvent( mixed &$eventContext )
void preProcess( mixed &$eventContext )
void preView( mixed &$eventContext )