프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$plugin | Phergie_Plugin_Abstract | Reference to the plugin instance that created the event |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | Phergie_Event_Command | Provides a fluent interface |