PHP 클래스 Horde_Imap_Client_Exception_NoSupportExtension, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Imap_Client_Exception
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$extension string The extension not supported on the server.

공개 메소드들

메소드 설명
__construct ( string $extension, string $msg = null ) Constructor.

메소드 상세

__construct() 공개 메소드

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.

프로퍼티 상세

$extension 공개적으로 프로퍼티

The extension not supported on the server.
public string $extension
리턴 string