PHP Класс Go\Aop\Support\LazyPointcutAdvisor

Наследование: extends AbstractGenericPointcutAdvisor
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Go\Core\AspectContainer $container, string $pointcutExpression, Go\Aop\Advice $advice ) Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
getPointcut ( ) : Go\Aop\Pointcut Get the Pointcut that drives this advisor.

Описание методов

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

Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
public __construct ( Go\Core\AspectContainer $container, string $pointcutExpression, Go\Aop\Advice $advice )
$container Go\Core\AspectContainer Instance of container
$pointcutExpression string The Pointcut targeting the Advice
$advice Go\Aop\Advice The Advice to run when Pointcut matches

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

Get the Pointcut that drives this advisor.
public getPointcut ( ) : Go\Aop\Pointcut
Результат Go\Aop\Pointcut The pointcut