SDO_Model_ReflectionDataObject::__construct

(^)

SDO_Model_ReflectionDataObject::__construct Construct an SDO_Model_ReflectionDataObject

说明

SDO_Model_ReflectionDataObject::__construct ( SDO_DataObject $data_object )
Warning

此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本函数风险自担 。

Construct an SDO_Model_ReflectionDataObject to reflect on an SDO_DataObject. Reflecting on an SDO_DataObject gives access to information about its model. The model contains information such as the data object's type, and whether that type is sequenced (preserves ordering across properties) or open (each instance can have its model extended). The model also holds information about the data object's properties, any default values they may have, and so on.

参数

data_object

The SDO_DataObject being reflected upon.

返回值

None.

相关文章
php sdo 函数 add a new type to a modelphp sdo das relational 函数 returns the special root object in an otherwise empty data graph. used when creating a data graph from scratchphp sdo das relational 函数 executes an sql query passed as a prepared statement with a list of values to substitute for placeholders and return the results as a normalised data graphphp sdo das relational 函数 executes a given sql query against a relational database and returns the results as a normalised data graphphp sdo das xml 函数 to create sdo das xml object for a given schema filephp sdo das xml 函数 creates sdo dataobject for a given namespace uri and type namephp sdo 函数 get a data object s containerphp sdo 函数 get the sequence for a data objectphp sdo 函数 return the name of the type for a data objectphp sdo 函数 get the sdo model type which contains this propertyphp sdo 函数 get the name of the sdo model propertyphp sdo 函数 get the sdo model type of the propertyphp sdo 函数 construct an sdo model reflectiondataobjectphp sdo 函数 get the sdo model type for the sdo dataobjectphp sdo 函数 get the base type for this typephp sdo 函数 get the sdo model property objects defined for the typephp sdo 函数 get an sdo model property of the typephp sdo 函数 test to see if this sdo model type is an abstract data typephp sdo 函数 test to see if this sdo model type is a primitive data typephp sdo 函数 test for an sdo dataobject being an instance of this sdo model type
关注编程学问公众号