La classe ReflectionMethod ReflectionMethod
&reftitle.intro; La classe ReflectionMethod rapporte des informations sur une méthode.
&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 Nom de la méthode class Nom de la classe
&reftitle.constants;
Type de nœuds ReflectionMethod ReflectionMethod::IS_STATIC Indique que la méthode est statique ReflectionMethod::IS_PUBLIC Indique que la méthode est publique ReflectionMethod::IS_PROTECTED Indique que la méthode est protégée ReflectionMethod::IS_PRIVATE Indique que la méthode est privée ReflectionMethod::IS_ABSTRACT Indique que la méthode est abstraite ReflectionMethod::IS_FINAL Indique que la méthode est finale
&reference.reflection.entities.reflectionmethod;