Documentation

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
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2015-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

since
2.9.0

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

$_state

State data.

protected object $_state

Methods

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
Return values
mixed

Search results