Go\Aop\Framework\AbstractMethodInvocation::getStaticPart PHP 메소드

getStaticPart() 공개 메소드

Returns the static part of this joinpoint.
public getStaticPart ( ) : object
리턴 object
    public function getStaticPart()
    {
        return $this->getMethod();
    }