PhpDeal\Aspect\PreconditionCheckerAspect::fetchParentsContracts PHP Méthode

fetchParentsContracts() private méthode

private fetchParentsContracts ( Go\Aop\Intercept\MethodInvocation $invocation ) : array
$invocation Go\Aop\Intercept\MethodInvocation
Résultat array
    private function fetchParentsContracts(MethodInvocation $invocation)
    {
        return $this->methodConditionFetcher->getConditions($invocation->getMethod()->getDeclaringClass(), $invocation->getMethod()->name);
    }