PHP Класс Horde_Imap_Client_Interaction_Client, horde

Устаревший:
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Imap_Client_Data_Format_List
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$tag string The command tag.

Открытые методы

Метод Описание
__construct ( string $tag = null ) Constructor.
getCommand ( ) : string Get the command.

Описание методов

__construct() публичный Метод

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

getCommand() публичный Метод

Get the command.
public getCommand ( ) : string
Результат string The command.

Описание свойств

$tag публичное свойство

The command tag.
public string $tag
Результат string