ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodGets a ReflectionMethod

Descrierea

public object ReflectionClass::getMethod ( string $name )

Gets a ReflectionMethod about a method.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

name

The method name to reflect.

Valorile întoarse

A ReflectionMethod.

Vedeți de asemenea


ReflectionClass
PHP Manual