PHP Class Horde_Imap_Client_Url_Base, horde

Since: 2.25.0
Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
ファイルを表示 Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_auth string The authentication method to use.
$_host string The server name.
$_port integer The port.
$_username string The username.

Public Methods

Method Description
__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 )

Protected Methods

Method Description
_parse ( $url )
_parseUrl ( array $data )

Method Details

__construct() public method

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

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

__toString() public method

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

_parse() protected method

protected _parse ( $url )

_parseUrl() abstract protected method

abstract protected _parseUrl ( array $data )
$data array

serialize() public method

public serialize ( )

unserialize() public method

public unserialize ( $data )

Property Details

$_auth protected_oe property

The authentication method to use.
protected string $_auth
return string

$_host protected_oe property

The server name.
protected string $_host
return string

$_port protected_oe property

The port.
protected int $_port
return integer

$_username protected_oe property

The username.
protected string $_username
return string