ReflectionClass::getMethods
(PHP 5)
ReflectionClass::getMethods — Gets a list of methods
Beschreibung
public array ReflectionClass::getMethods
([ string
$filter
] )Gets a list of methods.
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
-
filter -
Any combination of
ReflectionMethod::IS_STATIC,ReflectionMethod::IS_PUBLIC,ReflectionMethod::IS_PROTECTED,ReflectionMethod::IS_PRIVATE,ReflectionMethod::IS_ABSTRACT,ReflectionMethod::IS_FINAL.
Rückgabewerte
An array of methods.
ReflectionClass::getMethods
There are no user contributed notes for this page.