MediaWiki
REL1_34
NotRecursiveIterator.php
Go to the documentation of this file.
1
<?php
27
class
NotRecursiveIterator
extends
IteratorDecorator
implements RecursiveIterator {
28
public
function
hasChildren
() {
29
return
false
;
30
}
31
32
public
function
getChildren
() {
33
return
null
;
34
}
35
}
IteratorDecorator
Definition
IteratorDecorator.php:24
NotRecursiveIterator
Definition
NotRecursiveIterator.php:27
NotRecursiveIterator\hasChildren
hasChildren()
Definition
NotRecursiveIterator.php:28
NotRecursiveIterator\getChildren
getChildren()
Definition
NotRecursiveIterator.php:32
includes
libs
iterators
NotRecursiveIterator.php
Generated on Mon Nov 25 2024 16:05:18 for MediaWiki by
1.10.0