‪TYPO3CMS  ‪main
TYPO3\CMS\Install\ExtensionScanner\CodeScannerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\ExtensionScanner\CodeScannerInterface:
TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\AbstractCoreMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\ArrayDimensionMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\ArrayGlobalMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\ClassConstantMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\ClassNameMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\ConstantMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\ConstructorArgumentMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\FunctionCallMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\InterfaceMethodChangedMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodAnnotationMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodArgumentDroppedMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodArgumentDroppedStaticMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodArgumentRequiredMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodArgumentRequiredStaticMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodArgumentUnusedMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodCallMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\MethodCallStaticMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\PropertyAnnotationMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\PropertyExistsStaticMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\PropertyProtectedMatcher TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\PropertyPublicMatcher TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\AbstractCoreMatcherFixture

Public Member Functions

 getMatches ()
 

Detailed Description

Interface to be implemented by all classes which can search and find code places.

Definition at line 23 of file CodeScannerInterface.php.

Member Function Documentation

◆ getMatches()

TYPO3\CMS\Install\ExtensionScanner\CodeScannerInterface::getMatches ( )

Each match is an array with detail information

Implemented in TYPO3\CMS\Install\ExtensionScanner\Php\Matcher\AbstractCoreMatcher.