Go\Aop\Support\DeclareParentsAdvisor::getAdvice PHP Method

getAdvice() public method

Returns an advice to apply
public getAdvice ( ) : Go\Aop\Advice | Go\Aop\IntroductionInfo | null
return Go\Aop\Advice | Go\Aop\IntroductionInfo | null
    public function getAdvice()
    {
        return $this->advice;
    }