MediaWiki REL1_35
IteratorDecorator Class Reference
Inheritance diagram for IteratorDecorator:
Collaboration diagram for IteratorDecorator:

Public Member Functions

 __construct (Iterator $iterator)
 Stable to call.
 
 current ()
 Stable to override
 
 key ()
 Stable to override
 
 next ()
 Stable to override
 
 rewind ()
 Stable to override
 
 valid ()
 Stable to override
 

Protected Attributes

 $iterator
 

Detailed Description

Definition at line 25 of file IteratorDecorator.php.

Constructor & Destructor Documentation

◆ __construct()

IteratorDecorator::__construct ( Iterator  $iterator)

Stable to call.

Parameters
Iterator$iterator

Definition at line 33 of file IteratorDecorator.php.

References $iterator.

Member Function Documentation

◆ current()

IteratorDecorator::current ( )

Stable to override

Definition at line 42 of file IteratorDecorator.php.

◆ key()

IteratorDecorator::key ( )

Stable to override

Definition at line 51 of file IteratorDecorator.php.

◆ next()

IteratorDecorator::next ( )

Stable to override

Definition at line 59 of file IteratorDecorator.php.

◆ rewind()

IteratorDecorator::rewind ( )

Stable to override

Definition at line 67 of file IteratorDecorator.php.

◆ valid()

IteratorDecorator::valid ( )

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: