Documentation

DepthRangeFilterIterator extends FilterIterator
in package

DepthRangeFilterIterator limits the directory depth.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$minDepth  : mixed

Methods

__construct()  : mixed
accept()  : bool
Filters the iterator values.

Properties

Methods

__construct()

public __construct(RecursiveIteratorIterator $iterator[, int $minDepth = 0 ][, int $maxDepth = PHP_INT_MAX ]) : mixed
Parameters
$iterator : RecursiveIteratorIterator

The Iterator to filter

$minDepth : int = 0

The min depth

$maxDepth : int = PHP_INT_MAX

The max depth


        
On this page

Search results