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
導入
The ReflectionObject class reports information about an object.
クラス概要
ReflectionObject
/* Constants */
/* Properties */
/* Methods */
__construct
( object $argument
)
/* Inherited methods */
ReflectionClass::__construct
( string $argument
)
}プロパティ
- name
-
Prop description
定義済み定数
ReflectionObject Node Types
- ReflectionObject::IS_IMPLICIT_ABSTRACT
-
Description here...
- ReflectionObject::IS_EXPLICIT_ABSTRACT
-
Description here...
- ReflectionObject::IS_FINAL
-
Description here...
目次
- ReflectionObject::__construct — Constructs a ReflectionObject
- ReflectionObject::export — Export
ReflectionObject
marcel dot nolte at noltecomputer dot de
02-Sep-2009 09:42
02-Sep-2009 09:42
