$minDepth
$minDepth
DepthRangeFilterIterator limits the directory depth.
__construct(\RecursiveIteratorIterator<\RecursiveIterator<\Symfony\Component\Finder\Iterator\TKey,\Symfony\Component\Finder\Iterator\TValue>> $iterator, int $minDepth, int $maxDepth = PHP_INT_MAX) : mixed
\RecursiveIteratorIterator<\RecursiveIterator<\Symfony\Component\Finder\Iterator\TKey,\Symfony\Component\Finder\Iterator\TValue>> | $iterator | The Iterator to filter |
int | $minDepth | The min depth |
int | $maxDepth | The max depth |