PHP 클래스 Phergie_Event_Response, phergie

상속: extends Phergie_Event_Abstract
파일 보기 프로젝트 열기: phergie/phergie 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$code string Reply code sent by the server, which can be compared to the ERR_* and RPL_* constants
$description string Reply code description sent by the server.
$rawData string Raw data sent by the server
$type string Event type

공개 메소드들

메소드 설명
getCode ( ) : string Returns the reply code sent by the server.
getDescription ( ) : string Returns the reply code description sent by the server.
getRawData ( ) : string Returns the raw buffer that was sent from the server for that event
setCode ( string $code ) : Phergie_Event_Response Sets the reply code sent by the server.
setDescription ( string $description ) : Phergie_Event_Response Sets the reply code description sent by the server.
setRawData ( string $buffer ) : Phergie_Event_Response Sets the raw buffer for the given event

메소드 상세

getCode() 공개 메소드

Returns the reply code sent by the server.
public getCode ( ) : string
리턴 string

getDescription() 공개 메소드

Returns the reply code description sent by the server.
public getDescription ( ) : string
리턴 string

getRawData() 공개 메소드

Returns the raw buffer that was sent from the server for that event
public getRawData ( ) : string
리턴 string

setCode() 공개 메소드

Sets the reply code sent by the server.
public setCode ( string $code ) : Phergie_Event_Response
$code string Reply code
리턴 Phergie_Event_Response Provides a fluent interface

setDescription() 공개 메소드

Sets the reply code description sent by the server.
public setDescription ( string $description ) : Phergie_Event_Response
$description string Reply code description
리턴 Phergie_Event_Response Provides a fluent interface

setRawData() 공개 메소드

Sets the raw buffer for the given event
public setRawData ( string $buffer ) : Phergie_Event_Response
$buffer string Raw event buffer
리턴 Phergie_Event_Response Provides a fluent interface

프로퍼티 상세

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

Reply code sent by the server, which can be compared to the ERR_* and RPL_* constants
protected string $code
리턴 string

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

Reply code description sent by the server.
protected string $description
리턴 string

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

Raw data sent by the server
protected string $rawData
리턴 string

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

Event type
protected string $type
리턴 string