PHP Класс Horde_Imap_Client_Interaction_Command_Continuation, horde

С версии: 2.10.0
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$optional boolean Is this an optional continuation request?

Защищенные свойства (Protected)

Свойство Тип Описание
$_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