The ReflectionObject class
(PHP 5)
Einführung
The ReflectionObject class reports information about an object.
Klassenbeschreibung
/* Konstanten */
/* Eigenschaften */
/* Methoden */
__construct
( object $argument
)
/* Geerbte Methoden */
ReflectionClass::__construct
( mixed $argument
)
}Eigenschaften
- name
-
Name of the object's class. Read-only, throws ReflectionException in attempt to write.
Inhaltsverzeichnis
- ReflectionObject::__construct — Constructs a ReflectionObject
- ReflectionObject::export — Export
ReflectionObject
There are no user contributed notes for this page.