‪TYPO3CMS  ‪main
TYPO3\CMS\Install\ExtensionScanner\Php\MatcherFactory Class Reference

Public Member Functions

NodeVisitor[] CodeScannerInterface[] createAll (array $matcherConfigurations)
 

Detailed Description

Factory preparing matcher instances

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Definition at line 28 of file MatcherFactory.php.

Member Function Documentation

◆ createAll()

NodeVisitor [] CodeScannerInterface [] TYPO3\CMS\Install\ExtensionScanner\Php\MatcherFactory::createAll ( array  $matcherConfigurations)

Create matcher instances and hand over configuration.

Parameters
array$matcherConfigurations‪Incoming configuration array
Returns
NodeVisitor[]|CodeScannerInterface[]
Exceptions

Definition at line 37 of file MatcherFactory.php.