suche nach in der

ReflectionClass::getMethods> <ReflectionClass::getInterfaces
Last updated: Fri, 25 May 2012

view this page in

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodGets a ReflectionMethod

Beschreibung

public ReflectionMethod 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::getMethod()



add a note add a note User Contributed Notes
ReflectionClass::getMethod
There are no user contributed notes for this page.