ReflectionClass
PHP Manual

ReflectionClass::getMethods

(PHP 5)

ReflectionClass::getMethodsGets 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

The filter.

Rückgabewerte

An array of methods.

Siehe auch


ReflectionClass
PHP Manual