ReflectionGenerator::getFunction Gets the function name of the generator &reftitle.description; public ReflectionFunctionAbstractReflectionGenerator::getFunction Enables the function name of the generator to be obtained by returning a class derived from ReflectionFunctionAbstract. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; Returns a ReflectionFunctionAbstract class. This will be ReflectionFunction for functions, or ReflectionMethod for methods. &reftitle.changelog; &Version; &Description; 8.4.0 ReflectionGenerator::getFunction may now be called after the generator finished executing. &reftitle.examples; <methodname>ReflectionGenerator::getFunction</methodname> example getFunction()); ]]> &example.outputs.similar; string(3) "gen" } ]]> &reftitle.seealso; ReflectionGenerator::getThis ReflectionGenerator::getTrace