PHP 클래스 Phergie_Event_Abstract, phergie

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

보호된 프로퍼티들

프로퍼티 타입 설명
$type string Event type, used for determining the callback to execute in response

공개 메소드들

메소드 설명
getType ( ) : string Returns the event type.
setType ( string $type ) : Phergie_Event_Abstract Sets the event type.

메소드 상세

getType() 공개 메소드

Returns the event type.
public getType ( ) : string
리턴 string

setType() 공개 메소드

Sets the event type.
public setType ( string $type ) : Phergie_Event_Abstract
$type string Event type
리턴 Phergie_Event_Abstract Implements a fluent interface

프로퍼티 상세

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

Event type, used for determining the callback to execute in response
protected string $type
리턴 string