Go\Aop\Framework\AbstractMethodInvocation::getStaticPart PHP Method

getStaticPart() public method

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