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

getStaticPart() public method

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