See Release Notes
Long Term Support Release
Copyright 2012-2017 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Copyright: | 2012-2017 Horde LLC |
License: | http://www.horde.org/licenses/lgpl21 LGPL 2.1 |
File Size: | 184 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Imap_Client_Interaction_Command:: (6 methods):
__construct()
__get()
getCommand()
startTimer()
getTimer()
_continuationCheck()
Class: Horde_Imap_Client_Interaction_Command - X-Ref
An object representing an IMAP command (RFC 3501 [2.2.1]).__construct($cmd, $tag = null) X-Ref |
Constructor. param: string $cmd The IMAP command. param: string $tag The tag to use. If not set, will be automatically |
__get($name) X-Ref |
No description |
getCommand() X-Ref |
Get the command. return: string The command. |
startTimer() X-Ref |
Start the command timer. |
getTimer() X-Ref |
Return the timer data. return: mixed Null if timer wasn't started, or a float containing |
_continuationCheck($list) X-Ref |
Recursive check for continuation functions. |