[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/horde/framework/Horde/Imap/Client/Interaction/ -> Pipeline.php (summary)

Copyright 2013-2014 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Copyright: 2013-2014 Horde LLC
License: http://www.horde.org/licenses/lgpl21 LGPL 2.1
File Size: 151 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Horde_Imap_Client_Interaction_Pipeline:: (7 methods):
  __construct()
  __get()
  add()
  complete()
  getCmd()
  count()
  getIterator()


Class: Horde_Imap_Client_Interaction_Pipeline  - X-Ref

An object representing a series of IMAP client commands (RFC 3501 [2.2.1])
to be processed at the same time.

__construct(Horde_Imap_Client_Fetch_Results $fetch)   X-Ref
Constructor.

param: Horde_Imap_Client_Fetch_Results $fetch  Fetch results object.

__get($name)   X-Ref
No description

add(Horde_Imap_Client_Interaction_Command $cmd,$top = false)   X-Ref
Add a command to the pipeline.

param: Horde_Imap_Client_Interaction_Command $cmd  Command object.
param: boolean $top                                Add command to top

complete(Horde_Imap_Client_Interaction_Server_Tagged $resp)   X-Ref
Mark a command as completed.

param: Horde_Imap_Client_Interaction_Server_Tagged $resp  Tagged server
return: Horde_Imap_Client_Interaction_Command  Command that was

getCmd($tag)   X-Ref
Return the command for a given tag.

param: string $tag  The command tag.
return: Horde_Imap_Client_Interaction_Command  A command object (or

count()   X-Ref
No description

getIterator()   X-Ref
No description



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1