MediaWiki master
IteratorDecorator Class Reference

Inherits Iterator.

Inherited by NotRecursiveIterator.

Collaboration diagram for IteratorDecorator:

Public Member Functions

 __construct (Iterator $iterator)
 
 current ()
 
 key ()
 
 next ()
 
 rewind ()
 
 valid ()
 

Protected Attributes

 $iterator
 

Detailed Description

Definition at line 25 of file IteratorDecorator.php.

Constructor & Destructor Documentation

◆ __construct()

IteratorDecorator::__construct ( Iterator $iterator)
Stability: stable
to call
Parameters
Iterator$iterator

Definition at line 33 of file IteratorDecorator.php.

References $iterator.

Member Function Documentation

◆ current()

IteratorDecorator::current ( )

Stability: stable
to override

Definition at line 42 of file IteratorDecorator.php.

◆ key()

IteratorDecorator::key ( )

Stability: stable
to override

Definition at line 51 of file IteratorDecorator.php.

◆ next()

IteratorDecorator::next ( )

Stability: stable
to override

Definition at line 59 of file IteratorDecorator.php.

◆ rewind()

IteratorDecorator::rewind ( )

Stability: stable
to override

Definition at line 67 of file IteratorDecorator.php.

◆ valid()

IteratorDecorator::valid ( )

Stability: stable
to override

Definition at line 75 of file IteratorDecorator.php.

Member Data Documentation

◆ $iterator

IteratorDecorator::$iterator
protected

Definition at line 26 of file IteratorDecorator.php.

Referenced by __construct().


The documentation for this class was generated from the following file: