\Horde_Mime_Part_Iterator

Recursive iterator for Horde_Mime_Part objects. This iterator is self-contained and independent of all other iterators.

Summary

Methods
Properties
Constants
__construct()
count()
current()
key()
next()
rewind()
valid()
No public properties found
No constants found
No protected methods found
$_includeBase
$_part
$_state
N/A
No private methods found
No private properties found
N/A

Properties

$_includeBase

$_includeBase : boolean

Include the base when iterating?

Type

boolean

$_state

$_state : object

State data.

Type

object

Methods

__construct()

__construct(\Horde_Mime_Part  $part,   $base = false) 

Constructor.

Parameters

\Horde_Mime_Part $part
$base

count()

count() : integer

Returns the number of message parts.

Returns

integer —

Number of message parts.

current()

current() 

key()

key() 

next()

next() 

rewind()

rewind() 

valid()

valid()