Horde_Imap_Client_Data_Format_Nil
extends Horde_Imap_Client_Data_Format
in package
Object representation of an IMAP NIL (RFC 3501 [4.5]).
Tags
Table of Contents
- $_data : mixed
- Data.
- __construct() : mixed
- 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() : mixed
- Verify the data.
Properties
$_data
Data.
protected
mixed
$_data
Methods
__construct()
Constructor.
public
__construct([mixed $data = null ]) : mixed
Parameters
- $data : mixed = null
-
Data.
Return values
mixed —__toString()
Returns the string value of the raw data.
public
__toString() : string
Return values
string —String value.
escape()
Returns the data formatted for output to the IMAP server.
public
escape() : string
Return values
string —IMAP escaped string.
getData()
Returns the raw data.
public
getData() : mixed
Return values
mixed —Raw data.
verify()
Verify the data.
public
verify() : mixed