PHP Class Horde_Imap_Client_Data_Format, horde

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

Protected Properties

Свойство Type Description
$_data mixed Data.

Méthodes publiques

Méthode Description
__construct ( mixed $data ) Constructor.
__toString ( ) : string Returns the string value of the raw data.
escape ( ) : string Returns the data formatted for output to the IMAP server.
getData ( ) : mixed Returns the raw data.
verify ( ) Verify the data.

Method Details

__construct() public méthode

Constructor.
public __construct ( mixed $data )
$data mixed Data.

__toString() public méthode

Returns the string value of the raw data.
public __toString ( ) : string
Résultat string String value.

escape() public méthode

Returns the data formatted for output to the IMAP server.
public escape ( ) : string
Résultat string IMAP escaped string.

getData() public méthode

Returns the raw data.
public getData ( ) : mixed
Résultat mixed Raw data.

verify() public méthode

Verify the data.
public verify ( )

Property Details

$_data protected_oe property

Data.
protected mixed $_data
Résultat mixed