To simply enlist all methods and properties of an object simply write:
<?php ReflectionObject::export($yourObject); ?>
,which will cause an var_export-like output.
Clase ReflectionObject
(PHP 5)
Introducción
La clase ReflectionObject muestra información sobre un object.
Sinopsis de la Clase
/* Constantes */
/* Propiedades */
/* Métodos */
/* Métodos heredados */
ReflectionClass::__construct
( mixed
}$argument
)Propiedades
- name
-
Nombre de la clase del objeto. De sólo lectura, lanza una ReflectionException en el intento de escribir .
Tabla de contenidos
- ReflectionObject::__construct — Construye un ReflectionObject
- ReflectionObject::export — Exportación
marcel dot nolte at noltecomputer dot de ¶
3 years ago
