PHP Класс PhpDeal\Aspect\PreconditionCheckerAspect

Наследование: extends AbstractContractAspect, implements Go\Aop\Aspect
Показать файл Открыть проект

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

Метод Описание
__construct ( Doctrine\Common\Annotations\Reader $reader )
preConditionContract ( Go\Aop\Intercept\MethodInvocation $invocation ) Verifies pre-condition contract for the method

Приватные методы

Метод Описание
fetchAllContracts ( Go\Aop\Intercept\MethodInvocation $invocation ) : array
fetchParentsContracts ( Go\Aop\Intercept\MethodInvocation $invocation ) : array

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

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

public __construct ( Doctrine\Common\Annotations\Reader $reader )
$reader Doctrine\Common\Annotations\Reader

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

Verifies pre-condition contract for the method
public preConditionContract ( Go\Aop\Intercept\MethodInvocation $invocation )
$invocation Go\Aop\Intercept\MethodInvocation