‪TYPO3CMS  ‪main
TYPO3\CMS\Filelist\Matcher\Matcher Class Reference

Public Member Functions

 addMatcher (MatcherInterface $matcher)
 
 match (mixed $item)
 

Protected Attributes

array $matchers = []
 

Detailed Description

Definition at line 23 of file Matcher.php.

Member Function Documentation

◆ addMatcher()

TYPO3\CMS\Filelist\Matcher\Matcher::addMatcher ( MatcherInterface  $matcher)

Definition at line 30 of file Matcher.php.

◆ match()

TYPO3\CMS\Filelist\Matcher\Matcher::match ( mixed  $item)

Definition at line 37 of file Matcher.php.

Member Data Documentation

◆ $matchers

array TYPO3\CMS\Filelist\Matcher\Matcher::$matchers = []
protected

Definition at line 28 of file Matcher.php.