PhpDeal\Aspect\PreconditionCheckerAspect::fetchParentsContracts PHP Метод

fetchParentsContracts() приватный Метод

private fetchParentsContracts ( Go\Aop\Intercept\MethodInvocation $invocation ) : array
$invocation Go\Aop\Intercept\MethodInvocation
Результат array
    private function fetchParentsContracts(MethodInvocation $invocation)
    {
        return $this->methodConditionFetcher->getConditions($invocation->getMethod()->getDeclaringClass(), $invocation->getMethod()->name);
    }