PHP Класс Horde_Imap_Client_Exception_ServerResponse, horde

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

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

Свойство Тип Описание
$_pipeline Horde_Imap_Client_Interaction_Pipeline Pipeline object.
$_server Horde_Imap_Client_Interaction_Server Server response object.

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

Метод Описание
__construct ( string $msg = null, integer $code, Horde_Imap_Client_Interaction_Server $server, Horde_Imap_Client_Interaction_Pipeline $pipeline ) Constructor.
__get ( $name )

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

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

Constructor.
public __construct ( string $msg = null, integer $code, Horde_Imap_Client_Interaction_Server $server, Horde_Imap_Client_Interaction_Pipeline $pipeline )
$msg string Error message.
$code integer Error code.
$server Horde_Imap_Client_Interaction_Server Server ob.
$pipeline Horde_Imap_Client_Interaction_Pipeline Pipeline ob.

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

public __get ( $name )

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

$_pipeline защищенное свойство

Pipeline object.
protected Horde_Imap_Client_Interaction_Pipeline $_pipeline
Результат Horde_Imap_Client_Interaction_Pipeline

$_server защищенное свойство

Server response object.
protected Horde_Imap_Client_Interaction_Server $_server
Результат Horde_Imap_Client_Interaction_Server