PHP Класс PhpDeal\Aspect\PostconditionCheckerAspect

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

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

Метод Описание
__construct ( Doctrine\Common\Annotations\Reader $reader )
postConditionContract ( Go\Aop\Intercept\MethodInvocation $invocation ) : mixed Verifies post-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

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

Verifies post-condition contract for the method
public postConditionContract ( Go\Aop\Intercept\MethodInvocation $invocation ) : mixed
$invocation Go\Aop\Intercept\MethodInvocation
Результат mixed