Horde_Mime_Part_Iterator
in package
implements
Countable, Iterator
Recursive iterator for Horde_Mime_Part objects. This iterator is self-contained and independent of all other iterators.
Tags
Interfaces, Classes, Traits and Enums
- Countable
- Iterator
Table of Contents
- $_includeBase : bool
- Include the base when iterating?
- $_part : Horde_Mime_Part
- Base part.
- $_state : object
- State data.
- __construct() : mixed
- Constructor.
- count() : int
- Returns the number of message parts.
- current() : mixed
- key() : mixed
- next() : mixed
- rewind() : mixed
- valid() : mixed
Properties
$_includeBase
Include the base when iterating?
protected
bool
$_includeBase
$_part
Base part.
protected
Horde_Mime_Part
$_part
$_state
State data.
protected
object
$_state
Methods
__construct()
Constructor.
public
__construct(Horde_Mime_Part $part[, mixed $base = false ]) : mixed
Parameters
- $part : Horde_Mime_Part
- $base : mixed = false
Return values
mixed —count()
Returns the number of message parts.
public
count() : int
Return values
int —Number of message parts.
current()
public
current() : mixed
Return values
mixed —key()
public
key() : mixed
Return values
mixed —next()
public
next() : mixed
Return values
mixed —rewind()
public
rewind() : mixed
Return values
mixed —valid()
public
valid() : mixed