ReflectionClass
PHP Manual

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyGets property

Beschreibung

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

name

The property name.

Rückgabewerte

A ReflectionProperty.

Siehe auch


ReflectionClass
PHP Manual