ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodGets a ReflectionMethod

Beschreibung

public object ReflectionClass::getMethod ( string $name )

Gets a ReflectionMethod about a method.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

name

The method name to reflect.

Rückgabewerte

A ReflectionMethod.

Siehe auch


ReflectionClass
PHP Manual