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

Public Member Functions

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

Protected Attributes

 $iterator
 

Detailed Description

Definition at line 24 of file IteratorDecorator.php.

Constructor & Destructor Documentation

◆ __construct()

IteratorDecorator::__construct ( Iterator  $iterator)

Definition at line 27 of file IteratorDecorator.php.

References $iterator.

Member Function Documentation

◆ current()

IteratorDecorator::current ( )

Definition at line 31 of file IteratorDecorator.php.

◆ key()

IteratorDecorator::key ( )

Definition at line 35 of file IteratorDecorator.php.

◆ next()

IteratorDecorator::next ( )

Definition at line 39 of file IteratorDecorator.php.

◆ rewind()

IteratorDecorator::rewind ( )

Definition at line 43 of file IteratorDecorator.php.

◆ valid()

IteratorDecorator::valid ( )

Definition at line 47 of file IteratorDecorator.php.

Member Data Documentation

◆ $iterator

IteratorDecorator::$iterator
protected

Definition at line 25 of file IteratorDecorator.php.

Referenced by __construct().


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