\PhpZip\Util\IteratorIgnoreFilesFilterIterator

Iterator for ignore files.

Summary

Methods
Properties
Constants
__construct()
accept()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$ignoreFiles
N/A

Properties

$ignoreFiles

$ignoreFiles : array

Ignore list files.

Type

array

Methods

__construct()

__construct(\Iterator  $iterator, array  $ignoreFiles) : mixed

Parameters

\Iterator $iterator
array $ignoreFiles

Returns

mixed —

accept()

accept() : bool

Check whether the current element of the iterator is acceptable.

Returns

bool —

true if the current element is acceptable, otherwise false