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

getFunction() public method

Gets the function being called.
public getFunction ( ) : ReflectionFunction
return ReflectionFunction the method being called.
    public function getFunction()
    {
        return $this->reflectionFunction;
    }