PHP Class Contao\Filter\SyncExclude

The class filters dot files and folders, which are excluded from being synchronized, from a directory listing.
Inheritance: extends RecursiveFilterIterator
Datei anzeigen Open project: contao/core-bundle

Protected Properties

Property Type Description
$arrExempt array Exempted folders

Public Methods

Method Description
__construct ( RecursiveIterator $iterator ) Exempt folders from the synchronisation (see #4522)
accept ( ) : boolean Check whether the current element of the iterator is acceptable

Method Details

__construct() public method

Exempt folders from the synchronisation (see #4522)
public __construct ( RecursiveIterator $iterator )
$iterator RecursiveIterator The iterator object

accept() public method

Check whether the current element of the iterator is acceptable
public accept ( ) : boolean
return boolean True if the element is acceptable

Property Details

$arrExempt protected_oe property

Exempted folders
protected array $arrExempt
return array