PHP 클래스 Horde_Imap_Client_Interaction_Command_Continuation, horde

부터: 2.10.0
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$optional boolean Is this an optional continuation request?

보호된 프로퍼티들

프로퍼티 타입 설명
$_closure Closure Closure function to run after continuation response.

공개 메소드들

메소드 설명
__construct ( Closure $closure ) Constructor.
getCommands ( Horde_Imap_Client_Interaction_Server_Continuation $ob ) : Horde_Imap_Client_Data_Format_List Calls the closure object.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Closure $closure )
$closure Closure A function to run after the continuation response is received. It receives one argument - a Continuation object - and should return a list of arguments to send to the server (via a Horde_Imap_Client_Data_Format_List object).

getCommands() 공개 메소드

Calls the closure object.
public getCommands ( Horde_Imap_Client_Interaction_Server_Continuation $ob ) : Horde_Imap_Client_Data_Format_List
$ob Horde_Imap_Client_Interaction_Server_Continuation Continuation object.
리턴 Horde_Imap_Client_Data_Format_List Further commands to issue to the server.

프로퍼티 상세

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

Closure function to run after continuation response.
protected Closure $_closure
리턴 Closure

$optional 공개적으로 프로퍼티

Is this an optional continuation request?
부터: 2.13.0
public bool $optional
리턴 boolean