Neos\Flow\Aop\Pointcut\PointcutFilterInterface::reduceTargetClassNames PHP Метод

reduceTargetClassNames() публичный Метод

This method is used to optimize the matching process.
public reduceTargetClassNames ( ClassNameIndex $classNameIndex ) : ClassNameIndex
$classNameIndex Neos\Flow\Aop\Builder\ClassNameIndex An index of class names
Результат Neos\Flow\Aop\Builder\ClassNameIndex The filtered result, with pointcuts possibly covered by this filter
    public function reduceTargetClassNames(ClassNameIndex $classNameIndex);