A PHRUTS_PlugIn is a configuration wrapper for a module-specific resource or service that needs to be notified about application startup and application shutdown events (corresponding to calls init() and destroy() on the corresponding PHRUTS_ActionService instance).
PlugIn Actions can be configured in the phruts-config.xml file, without the need to subclass PHRUTS_ActionService simply to perform application lifecycle activities.
Implementations of this interface must supply a zero-argument constructor for use by PHRUTS_ActionService. Configuration can be accomplished by providing standard PHPBeans property setter methods, which will all have been called before the init method is invoked.
Located in /action/PHRUTS_PlugIn.php (line 41)
Receive notification that our owning module is being shut down.
Receive notification that the specified module is being started up.
Documentation generated on Sat, 31 May 2008 15:46:26 +0200 by phpDocumentor 1.4.1