Go\Aop\Support\DeclareParentsAdvisor::getAdvice PHP 메소드

getAdvice() 공개 메소드

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