PHP 클래스 Contao\Filter\SyncExclude

The class filters dot files and folders, which are excluded from being synchronized, from a directory listing.
상속: extends RecursiveFilterIterator
파일 보기 프로젝트 열기: contao/core-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$arrExempt array Exempted folders

공개 메소드들

메소드 설명
__construct ( RecursiveIterator $iterator ) Exempt folders from the synchronisation (see #4522)
accept ( ) : boolean Check whether the current element of the iterator is acceptable

메소드 상세

__construct() 공개 메소드

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

accept() 공개 메소드

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

프로퍼티 상세

$arrExempt 보호되어 있는 프로퍼티

Exempted folders
protected array $arrExempt
리턴 array