RecursiveFolderFilterIterator
extends RecursiveFilterIterator
in package
Class RecursiveFolderFilterIterator
Table of Contents
Properties
- $ignore_folders : array<string|int, mixed>
Methods
- __construct() : mixed
- Create a RecursiveFilterIterator from a RecursiveIterator
- accept() : bool
- Check whether the current element of the iterator is acceptable
Properties
$ignore_folders
protected
static array<string|int, mixed>
$ignore_folders
Methods
__construct()
Create a RecursiveFilterIterator from a RecursiveIterator
public
__construct(RecursiveIterator $iterator[, array<string|int, mixed> $ignore_folders = [] ]) : mixed
Parameters
- $iterator : RecursiveIterator
- $ignore_folders : array<string|int, mixed> = []
accept()
Check whether the current element of the iterator is acceptable
public
accept() : bool
Return values
bool —true if the current element is acceptable, otherwise false.