Property | Type | Description | |
---|---|---|---|
$plugin | Phergie_Plugin_Abstract | Reference to the plugin instance that created the event |
Method | Description | |
---|---|---|
getPlugin ( ) : Phergie_Plugin_Abstract | null | Returns a reference to the plugin instance that created the event. | |
setPlugin ( Phergie_Plugin_Abstract $plugin ) : Phergie_Event_Command | Stores a reference to the plugin instance that created the event. |
public setPlugin ( Phergie_Plugin_Abstract $plugin ) : Phergie_Event_Command | ||
$plugin | Phergie_Plugin_Abstract | Plugin instance |
return | Phergie_Event_Command | Provides a fluent interface |