ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodGets a ReflectionMethod

Descripción

public object ReflectionClass::getMethod ( string $name )

Gets a ReflectionMethod about a method.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

name

The method name to reflect.

Valores devueltos

A ReflectionMethod.

Ver también


ReflectionClass
PHP Manual