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

getStaticPart() final public method

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