ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodGets a ReflectionMethod

Opis

public object ReflectionClass::getMethod ( string $name )

Gets a ReflectionMethod about a method.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

name

The method name to reflect.

Zwracane wartości

A ReflectionMethod.

Zobacz też:


ReflectionClass
PHP Manual