SEQUENCE
SEQUENCE
Key type constants.
Fetch results object for use with Horde_Imap_Client_Base#fetch().
get(string $key) : \Horde_Imap_Client_Data_Fetch
Return a fetch object, creating and storing an empty object in the results set if it doesn't currently exist.
string | $key | The key to retrieve. |
The fetch object.
first() : null|\Horde_Imap_Client_Data_Fetch
Return the first fetch object in the results, if there is only one object.
The fetch object if there is only one object, or null.