PHP Class Horde_Imap_Client_Exception_NoSupportExtension, horde

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

Public Properties

Property Type Description
$extension string The extension not supported on the server.

Public Methods

Method Description
__construct ( string $extension, string $msg = null ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( string $extension, string $msg = null )
$extension string The extension not supported on the server.
$msg string A non-standard error message to use instead of the default.

Property Details

$extension public_oe property

The extension not supported on the server.
public string $extension
return string