To simply enlist all methods and properties of an object simply write:
<?php ReflectionObject::export($yourObject); ?>
,which will cause an var_export-like output.
The ReflectionObject class
Introducción
The ReflectionObject class reports information about an object.
Clases sinopsis
/* Constantes */
/* Propiedades */
/* Métodos */
__construct
( object $argument
)
/* Métodos heredados */
ReflectionClass::__construct
( mixed $argument
)
}Propiedades
- name
-
Prop description
Constantes predefinidas
ReflectionObject Node Types
- ReflectionObject::IS_IMPLICIT_ABSTRACT
-
Description here...
- ReflectionObject::IS_EXPLICIT_ABSTRACT
-
Description here...
- ReflectionObject::IS_FINAL
-
Description here...
Table of Contents
- ReflectionObject::__construct — Constructs a ReflectionObject
- ReflectionObject::export — Export
marcel dot nolte at noltecomputer dot de
02-Sep-2009 09:42
