PHP 클래스 Phergie_Event_Command, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Event_Request
파일 보기 프로젝트 열기: phergie/phergie 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

getPlugin() 공개 메소드

Returns a reference to the plugin instance that created the event.
public getPlugin ( ) : Phergie_Plugin_Abstract | null
리턴 Phergie_Plugin_Abstract | null Plugin instance or NULL if none has been set

setPlugin() 공개 메소드

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

프로퍼티 상세

$plugin 보호되어 있는 프로퍼티

Reference to the plugin instance that created the event
protected Phergie_Plugin_Abstract $plugin
리턴 Phergie_Plugin_Abstract