Go\Aop\Framework\ReflectionFunctionInvocation::getFunction PHP Метод

getFunction() публичный Метод

Gets the function being called.
public getFunction ( ) : ReflectionFunction
Результат ReflectionFunction the method being called.
    public function getFunction()
    {
        return $this->reflectionFunction;
    }