FrameListIterator
in package
implements
Iterator
Linked-list Iterator
Returns children in order and allows for list to change during iteration, provided the changes occur to or after the current element
Tags
Interfaces, Classes and Traits
- Iterator
Table of Contents
- $_cur : Frame
- $_num : int
- $_parent : Frame
- __construct() : mixed
- current() : Frame
- key() : int
- next() : Frame
- rewind() : mixed
- valid() : bool
Properties
$_cur
protected
Frame
$_cur
$_num
protected
int
$_num
$_parent
protected
Frame
$_parent
Methods
__construct()
public
__construct(Frame $frame) : mixed
Parameters
- $frame : Frame
Return values
mixed —current()
public
current() : Frame
Return values
Frame —key()
public
key() : int
Return values
int —next()
public
next() : Frame
Return values
Frame —rewind()
public
rewind() : mixed
Return values
mixed —valid()
public
valid() : bool