Go\Aop\Framework\ReflectionFunctionInvocation::getFunction PHP Méthode

getFunction() public méthode

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