class recursive_event_filter_iterator extends RecursiveFilterIterator

This filter ignores directories and files starting with a dot.

It also skips some directories that do not contain events anyway, such as e.g. files/, store/ and vendor/

Properties

protected $root_path

Methods

__construct(RecursiveIterator $iterator, string $root_path)

Construct

getChildren()

Return the inner iterator's children contained in a recursive_event_filter_iterator

accept()

{@inheritDoc}

Details

at line 31
__construct(RecursiveIterator $iterator, string $root_path)

Construct

Parameters

RecursiveIterator $iterator
string $root_path

at line 42
recursive_event_filter_iterator getChildren()

Return the inner iterator's children contained in a recursive_event_filter_iterator

at line 50
accept()

{@inheritDoc}