‪TYPO3CMS  ‪main
TYPO3\CMS\Filelist\Matcher\ResourceMatcher Class Reference
Inheritance diagram for TYPO3\CMS\Filelist\Matcher\ResourceMatcher:
TYPO3\CMS\Filelist\Matcher\MatcherInterface

Public Member Functions

 setResources (array $resources)
 
 addResource (ResourceInterface $resource)
 
 supports (mixed $item)
 
 match (mixed $item)
 

Protected Attributes

array $resources = []
 

Detailed Description

Definition at line 25 of file ResourceMatcher.php.

Member Function Documentation

◆ addResource()

TYPO3\CMS\Filelist\Matcher\ResourceMatcher::addResource ( ResourceInterface  $resource)

Definition at line 42 of file ResourceMatcher.php.

◆ match()

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

Implements TYPO3\CMS\Filelist\Matcher\MatcherInterface.

Definition at line 54 of file ResourceMatcher.php.

◆ setResources()

TYPO3\CMS\Filelist\Matcher\ResourceMatcher::setResources ( array  $resources)
Parameters
ResourceInterface[]$resources

Definition at line 35 of file ResourceMatcher.php.

References TYPO3\CMS\Filelist\Matcher\ResourceMatcher\$resources.

◆ supports()

TYPO3\CMS\Filelist\Matcher\ResourceMatcher::supports ( mixed  $item)

Implements TYPO3\CMS\Filelist\Matcher\MatcherInterface.

Definition at line 49 of file ResourceMatcher.php.

Member Data Documentation

◆ $resources

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