프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |
public getDescription ( ) : string | ||
리턴 | string |
public getRawData ( ) : string | ||
리턴 | string |
public setDescription ( string $description ) : Phergie_Event_Response | ||
$description | string | Reply code description |
리턴 | Phergie_Event_Response | Provides a fluent interface |
public setRawData ( string $buffer ) : Phergie_Event_Response | ||
$buffer | string | Raw event buffer |
리턴 | Phergie_Event_Response | Provides a fluent interface |
protected string $code | ||
리턴 | string |
protected string $description | ||
리턴 | string |