Clase ReflectionFunction
ReflectionFunction
&reftitle.intro;
La ReflectionFunction muestra información
sobre una función.
&reftitle.classsynopsis;
ReflectionFunction
ReflectionFunction
extends
ReflectionFunctionAbstract
Reflector
&Constants;
const
integer
ReflectionFunction::IS_DEPRECATED
262144
&Properties;
public
name
&Methods;
&InheritedMethods;
&reftitle.properties;
name
Nombre de la función. De sólo lectura, lanza una
ReflectionException en el intento de escribir.
&reftitle.constants;
Modificadores ReflectionFunction
ReflectionFunction::IS_DEPRECATED
Indica las funciones obsoletas.
&reference.reflection.entities.reflectionfunction;