PHP 클래스 Horde_Imap_Client_Url_Base, horde

부터: 2.25.0
저자: Michael Slusarz ([email protected])
상속: implements Serializable
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_auth string The authentication method to use.
$_host string The server name.
$_port integer The port.
$_username string The username.

공개 메소드들

메소드 설명
__construct ( string $url = null ) Constructor.
__get ( $name )
__set ( $name, $value )
__toString ( ) : string Create a POP3 (RFC 2384) or IMAP (RFC 5092/5593) URL.
serialize ( )
unserialize ( $data )

보호된 메소드들

메소드 설명
_parse ( $url )
_parseUrl ( array $data )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $url = null )
$url string A URL string.

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

__toString() 공개 메소드

Create a POP3 (RFC 2384) or IMAP (RFC 5092/5593) URL.
public __toString ( ) : string
리턴 string A URL string.

_parse() 보호된 메소드

protected _parse ( $url )

_parseUrl() 추상적인 보호된 메소드

abstract protected _parseUrl ( array $data )
$data array

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

프로퍼티 상세

$_auth 보호되어 있는 프로퍼티

The authentication method to use.
protected string $_auth
리턴 string

$_host 보호되어 있는 프로퍼티

The server name.
protected string $_host
리턴 string

$_port 보호되어 있는 프로퍼티

The port.
protected int $_port
리턴 integer

$_username 보호되어 있는 프로퍼티

The username.
protected string $_username
리턴 string