PhpDeal\Aspect\PreconditionCheckerAspect::fetchParentsContracts PHP Method

fetchParentsContracts() private method

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