ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodGets a ReflectionMethod

Descrição

public object ReflectionClass::getMethod ( string $name )

Gets a ReflectionMethod about a method.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

name

The method name to reflect.

Valor Retornado

A ReflectionMethod.

Veja Também


ReflectionClass
PHP Manual