PHP Class Horde_Imap_Client_Data_Format, horde

Author: Michael Slusarz ([email protected])
Mostra file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_data mixed Data.

Public Methods

Method 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 method

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

__toString() public method

Returns the string value of the raw data.
public __toString ( ) : string
return string String value.

escape() public method

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

getData() public method

Returns the raw data.
public getData ( ) : mixed
return mixed Raw data.

verify() public method

Verify the data.
public verify ( )

Property Details

$_data protected_oe property

Data.
protected mixed $_data
return mixed