Class MachII_plugins_SimplePlugin

Description

Located in /MachII/plugins/SimplePlugin.php (line 6)

MachII_framework_BaseObject
   |
   --MachII_framework_Plugin
      |
      --MachII_plugins_SimplePlugin
Method Summary
void configure ()
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)
Methods
configure (line 9)
void configure ()

Redefinition of:
MachII_framework_Plugin::configure()
Override to provide custom configuration logic.
handleException (line 51)
void handleException (MachII_framework_EventContext $eventContext, MachII_util_Exception $exception)

Redefinition of:
MachII_framework_Plugin::handleException()
Plugin point called when an exception occurs (before exception event is handled).
postEvent (line 27)
void postEvent (MachII_framework_EventContext $eventContext)

Redefinition of:
MachII_framework_Plugin::postEvent()
Executes after each event.
postProcess (line 45)
void postProcess (MachII_framework_EventContext $eventContext)

Redefinition of:
MachII_framework_Plugin::postProcess()
Executes once after processing events.
postView (line 39)
void postView (MachII_framework_EventContext $eventContext)

Redefinition of:
MachII_framework_Plugin::postView()
Executes after each view.
preEvent (line 21)
void preEvent (MachII_framework_EventContext $eventContext)

Redefinition of:
MachII_framework_Plugin::preEvent()
Executes before each event.
preProcess (line 15)
void preProcess (MachII_framework_EventContext $eventContext)

Redefinition of:
MachII_framework_Plugin::preProcess()
Executes once before processing events.
preView (line 33)
void preView (MachII_framework_EventContext $eventContext)

Redefinition of:
MachII_framework_Plugin::preView()
Executes before each view.

Inherited Methods

Inherited From MachII_framework_Plugin

MachII_framework_Plugin::__construct()
MachII_framework_Plugin::abortEvent()
MachII_framework_Plugin::configure()
MachII_framework_Plugin::handleException()
MachII_framework_Plugin::postEvent()
MachII_framework_Plugin::postProcess()
MachII_framework_Plugin::postView()
MachII_framework_Plugin::preEvent()
MachII_framework_Plugin::preProcess()
MachII_framework_Plugin::preView()

Inherited From MachII_framework_BaseObject

MachII_framework_BaseObject::__construct()
MachII_framework_BaseObject::announceEvent()
MachII_framework_BaseObject::configure()
MachII_framework_BaseObject::getAppManager()
MachII_framework_BaseObject::getParameter()
MachII_framework_BaseObject::getParameters()
MachII_framework_BaseObject::getProperty()
MachII_framework_BaseObject::hasParameter()
MachII_framework_BaseObject::isParameterDefined()
MachII_framework_BaseObject::setAppManager()
MachII_framework_BaseObject::setParameter()
MachII_framework_BaseObject::setParameters()
MachII_framework_BaseObject::setProperty()

Documentation generated on Thu, 20 Jan 2005 10:47:37 -0800 by phpDocumentor 1.3.0RC3