MediaWiki REL1_33
|
Public Member Functions | |
__construct (Iterator $iterator) | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Protected Attributes | |
$iterator | |
Definition at line 24 of file IteratorDecorator.php.
IteratorDecorator::__construct | ( | Iterator | $iterator | ) |
Definition at line 27 of file IteratorDecorator.php.
References $iterator.
IteratorDecorator::current | ( | ) |
Definition at line 31 of file IteratorDecorator.php.
IteratorDecorator::key | ( | ) |
Definition at line 35 of file IteratorDecorator.php.
IteratorDecorator::next | ( | ) |
Definition at line 39 of file IteratorDecorator.php.
IteratorDecorator::rewind | ( | ) |
Definition at line 43 of file IteratorDecorator.php.
IteratorDecorator::valid | ( | ) |
Definition at line 47 of file IteratorDecorator.php.
|
protected |
Definition at line 25 of file IteratorDecorator.php.
Referenced by __construct().