|
MediaWiki REL1_39
|


Public Member Functions | |
| __construct (Iterator $iterator) | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
Protected Attributes | |
| $iterator | |
Definition at line 25 of file IteratorDecorator.php.
| IteratorDecorator::__construct | ( | Iterator | $iterator | ) |
| Iterator | $iterator |
Definition at line 33 of file IteratorDecorator.php.
References $iterator.
| IteratorDecorator::current | ( | ) |
Definition at line 42 of file IteratorDecorator.php.
| IteratorDecorator::key | ( | ) |
Definition at line 51 of file IteratorDecorator.php.
| IteratorDecorator::next | ( | ) |
Definition at line 59 of file IteratorDecorator.php.
| IteratorDecorator::rewind | ( | ) |
Definition at line 67 of file IteratorDecorator.php.
| IteratorDecorator::valid | ( | ) |
Definition at line 75 of file IteratorDecorator.php.
|
protected |
Definition at line 26 of file IteratorDecorator.php.
Referenced by __construct().