PHP Class Neos\Flow\Tests\Unit\Aop\Pointcut\PointcutMethodAnnotatedWithFilterTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
matchesReturnsFalseIfMethodDoesNotExistOrDeclardingClassHasNotBeenSpecified ( )
matchesTellsIfTheSpecifiedRegularExpressionMatchesTheGivenAnnotation ( )
reduceTargetClassNamesFiltersAllClassesNotHavingAMethodWithTheGivenAnnotation ( )

Method Details

matchesReturnsFalseIfMethodDoesNotExistOrDeclardingClassHasNotBeenSpecified() public method

matchesTellsIfTheSpecifiedRegularExpressionMatchesTheGivenAnnotation() public method

reduceTargetClassNamesFiltersAllClassesNotHavingAMethodWithTheGivenAnnotation() public method