PHP Class Horde_Imap_Client_Interaction_Command_Continuation, horde

Since: 2.10.0
Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$optional boolean Is this an optional continuation request?

Protected Properties

Свойство Type Description
$_closure Closure Closure function to run after continuation response.

Méthodes publiques

Méthode Description
__construct ( Closure $closure ) Constructor.
getCommands ( Horde_Imap_Client_Interaction_Server_Continuation $ob ) : Horde_Imap_Client_Data_Format_List Calls the closure object.

Method Details

__construct() public méthode

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() public méthode

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.
Résultat Horde_Imap_Client_Data_Format_List Further commands to issue to the server.

Property Details

$_closure protected_oe property

Closure function to run after continuation response.
protected Closure $_closure
Résultat Closure

$optional public_oe property

Is this an optional continuation request?
Since: 2.13.0
public bool $optional
Résultat boolean