ReflectionClass::getMethods
Gets a list of methods
&reftitle.description;
public arrayReflectionClass::getMethods
stringfilter
Gets a list of methods.
&warn.undocumented.func;
&reftitle.parameters;
filter
Any combination of ReflectionMethod::IS_STATIC,
ReflectionMethod::IS_PUBLIC,
ReflectionMethod::IS_PROTECTED,
ReflectionMethod::IS_PRIVATE,
ReflectionMethod::IS_ABSTRACT,
ReflectionMethod::IS_FINAL.
&reftitle.returnvalues;
An array of methods.
&reftitle.seealso;
ReflectionClass::getMethod