La clase ReflectionMethod
ReflectionMethod
&reftitle.intro;
La clase ReflectionMethod muestra
información sobre un método.
&reftitle.classsynopsis;
ReflectionMethod
ReflectionMethod
extends
ReflectionFunctionAbstract
Reflector
&Constants;
const
integer
ReflectionMethod::IS_STATIC
1
const
integer
ReflectionMethod::IS_PUBLIC
256
const
integer
ReflectionMethod::IS_PROTECTED
512
const
integer
ReflectionMethod::IS_PRIVATE
1024
const
integer
ReflectionMethod::IS_ABSTRACT
2
const
integer
ReflectionMethod::IS_FINAL
4
&Properties;
public
name
public
class
&Methods;
&InheritedMethods;
&reftitle.properties;
name
Nombre del método
class
Nombre de la clase
&reftitle.constants;
Modificadores ReflectionMethod
ReflectionMethod::IS_STATIC
Indica que el método es estático.
ReflectionMethod::IS_PUBLIC
Indica que el método es público.
ReflectionMethod::IS_PROTECTED
Indica que el método está protegido.
ReflectionMethod::IS_PRIVATE
Indica que el método es privado.
ReflectionMethod::IS_ABSTRACT
Indicates that the method is abstract.
ReflectionMethod::IS_FINAL
Indica que este método es final.
&reference.reflection.entities.reflectionmethod;