Class Zend_Mail_List

Description

Implements interfaces:

  • Countable (internal interface)
  • ArrayAccess (internal interface)
  • SeekableIterator (internal interface)

  • todo: Countable interface is PHP 5.1 only and should be removed
  • license: Zend Framework License version 1.0
  • copyright: Copyright (c) 2005-2006 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Mail/List.php (line 27)


	
			
Variable Summary
Method Summary
 Zend_Mail_List __construct (Zend_Mail_Abstract $mailReader)
 int count ()
 int key ()
 void next ()
 boolean offsetExists (int $id)
 void offsetSet (id $id, mixed $value)
 boolean offsetUnset (int $id)
 void rewind ()
 void seek (int $pos)
 boolean valid ()
 void __call ( $method,  $params)
Variables
mixed $_iterationMax = 0 (line 37)

maximum iteration position (= message count)

  • access: protected
mixed $_iterationPos = 0 (line 32)

current iteration position

  • access: protected
mixed $_mailReader (line 42)

mail reading class controlled by Zend_Mail_List

  • access: protected
Methods
Constructor __construct (line 50)

Public constructor

  • access: public
Zend_Mail_List __construct (Zend_Mail_Abstract $mailReader)
count (line 62)

Countable::count()

  • access: public
int count ()

Implementation of:
Countable::count
current (line 141)

Iterator::current()

  • return: current message
  • access: public
Zend_Mail_Message current ()

Implementation of:
SeekableIterator::current
key (line 152)

Iterator::key()

  • return: id of current position
  • access: public
int key ()

Implementation of:
SeekableIterator::key
next (line 163)

Iterator::next()

  • access: public
void next ()

Implementation of:
SeekableIterator::next
offsetExists (line 74)

ArrayAccess::offsetExists()

  • access: public
boolean offsetExists (int $id)
  • int $id

Implementation of:
ArrayAccess::offsetExists
offsetGet (line 92)

ArrayAccess::offsetGet()

  • return: message object
  • access: public
Zend_Mail_Message offsetGet (int $id)
  • int $id

Implementation of:
ArrayAccess::offsetGet
offsetSet (line 106)

ArrayAccess::offsetSet()

  • access: public
  • throws: Zend_Mail_Exception
void offsetSet (id $id, mixed $value)
  • id $id
  • mixed $value

Implementation of:
ArrayAccess::offsetSet
offsetUnset (line 118)

ArrayAccess::offsetUnset()

  • return: success
  • access: public
boolean offsetUnset (int $id)
  • int $id

Implementation of:
ArrayAccess::offsetUnset
rewind (line 129)

Iterator::rewind()

  • access: public
void rewind ()

Implementation of:
SeekableIterator::rewind
seek (line 186)

SeekableIterator::seek()

  • access: public
void seek (int $pos)
  • int $pos

Implementation of:
SeekableIterator::seek
valid (line 174)

Iterator::valid()

  • access: public
boolean valid ()

Implementation of:
SeekableIterator::valid
__call (line 198)

fallback for mail reader class methods

  • access: public
void __call ( $method,  $params)
  • $method
  • $params

Documentation generated on Fri, 30 Jun 2006 11:30:00 -0500 by phpDocumentor 1.3.0RC6