The ReflectionObject class reports information about an object.
Prop description
Description here...
Description here...
Description here...
To simply enlist all methods and properties of an object simply write:
<?php ReflectionObject::export($yourObject); ?>
,which will cause an var_export-like output.