SDO_DataObject::createDataObject

(no version information, might be only in CVS)

SDO_DataObject::createDataObject --  Create a child SDO_DataObject

説明

SDO_DataObject SDO_DataObject::createDataObject ( mixed identifier )

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

Create a child SDO_DataObject of the default type for the property identified. The data object is automatically inserted into the tree and a reference to it is returned.

パラメータ

identifier

Identifies the property for the data object type to be created. Can be either a property name (string), or property index (int).

返り値

Returns the newly created SDO_DataObject.

例外

SDO_PropertyNotFoundException

Thrown if the identifier does not correspond to a property of the data object.