PHP 클래스 Horde_Imap_Client_Interaction_Server, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$responseCode object - data: (array) Data associated with response.
$status string Status response from the server.
$token Horde_Imap_Client_Tokenize IMAP server data.

보호된 프로퍼티들

프로퍼티 타입 설명
$_checkStatus boolean Check for status response?

공개 메소드들

메소드 설명
__construct ( Horde_Imap_Client_Tokenize $token ) Constructor.
__toString ( )
create ( Horde_Imap_Client_Tokenize $t ) : Horde_Imap_Client_Interaction_Server Auto-scan an incoming line to determine the response type.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Imap_Client_Tokenize $token )
$token Horde_Imap_Client_Tokenize Tokenized data returned from the server.

__toString() 공개 메소드

public __toString ( )

create() 공개 정적인 메소드

Auto-scan an incoming line to determine the response type.
public static create ( Horde_Imap_Client_Tokenize $t ) : Horde_Imap_Client_Interaction_Server
$t Horde_Imap_Client_Tokenize Tokenized data returned from the server.
리턴 Horde_Imap_Client_Interaction_Server A server response object.

프로퍼티 상세

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

Check for status response?
protected bool $_checkStatus
리턴 boolean

$responseCode 공개적으로 프로퍼티

- data: (array) Data associated with response.
public object $responseCode
리턴 object

$status 공개적으로 프로퍼티

Status response from the server.
public string $status
리턴 string

$token 공개적으로 프로퍼티

IMAP server data.
public Horde_Imap_Client_Tokenize $token
리턴 Horde_Imap_Client_Tokenize