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
Introduction
کلاس ReflectionObject اطلاعات درباره object ارائه میدهد.
Class synopsis
/* Constants */
/* Properties */
/* Methods */
__construct
( object $argument
)
/* Inherited methods */
ReflectionClass::__construct
( string $argument
)
}Properties
- name
-
Prop description
Predefined Constants
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 — ساخت ReflectionObject
- ReflectionObject::export — ارسال
marcel dot nolte at noltecomputer dot de ¶
3 years ago
