PHP Class Horde_Imap_Client_Exception_ServerResponse, horde

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

Protected Properties

Property Type Description
$_pipeline Horde_Imap_Client_Interaction_Pipeline Pipeline object.
$_server Horde_Imap_Client_Interaction_Server Server response object.

Public Methods

Method Description
__construct ( string $msg = null, integer $code, Horde_Imap_Client_Interaction_Server $server, Horde_Imap_Client_Interaction_Pipeline $pipeline ) Constructor.
__get ( $name )

Method Details

__construct() public method

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 method

public __get ( $name )

Property Details

$_pipeline protected_oe property

Pipeline object.
protected Horde_Imap_Client_Interaction_Pipeline $_pipeline
return Horde_Imap_Client_Interaction_Pipeline

$_server protected_oe property

Server response object.
protected Horde_Imap_Client_Interaction_Server $_server
return Horde_Imap_Client_Interaction_Server