프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
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). |
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. |
protected Closure $_closure | ||
리턴 | Closure |