ReflectionClass
PHP Manual

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyGets property

Opis

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

Ostrzeżenie

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

Parametry

name

The property name.

Zwracane wartości

A ReflectionProperty.

Zobacz też:


ReflectionClass
PHP Manual