PHP Class Horde_Imap_Client_Url_Base, horde

Since: 2.25.0
Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_auth string The authentication method to use.
$_host string The server name.
$_port integer The port.
$_username string The username.

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
_parse ( $url )
_parseUrl ( array $data )

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( $name )

__set() public méthode

public __set ( $name, $value )

__toString() public méthode

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

_parse() protected méthode

protected _parse ( $url )

_parseUrl() abstract protected méthode

abstract protected _parseUrl ( array $data )
$data array

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )

Property Details

$_auth protected_oe property

The authentication method to use.
protected string $_auth
Résultat string

$_host protected_oe property

The server name.
protected string $_host
Résultat string

$_port protected_oe property

The port.
protected int $_port
Résultat integer

$_username protected_oe property

The username.
protected string $_username
Résultat string