[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 45 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DepthRangeFilterIterator:: (2 methods):
__construct()
accept()
Class: DepthRangeFilterIterator - X-Ref
DepthRangeFilterIterator limits the directory depth.__construct(\RecursiveIteratorIterator $iterator, $minDepth = 0, $maxDepth = \PHP_INT_MAX) X-Ref |
param: \RecursiveIteratorIterator $iterator The Iterator to filter param: int $minDepth The min depth param: int $maxDepth The max depth |
accept() X-Ref |
Filters the iterator values. return: bool true if the value should be kept, false otherwise |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |