PHP Class Horde_Imap_Client_Interaction_Client, horde

Deprecation:
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Imap_Client_Data_Format_List
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$tag string The command tag.

Public Methods

Method Description
__construct ( string $tag = null ) Constructor.
getCommand ( ) : string Get the command.

Method Details

__construct() public method

Constructor.
public __construct ( string $tag = null )
$tag string The tag to use. If not set, will be automatically generated.

getCommand() public method

Get the command.
public getCommand ( ) : string
return string The command.

Property Details

$tag public_oe property

The command tag.
public string $tag
return string