SDO_DataObject::getContainer

(no version information, might be only in CVS)

SDO_DataObject::getContainer --  Get a data object's container.

說明

SDO_DataObject SDO_DataObject::getContainer ( void )

警示

本函數是實驗性的。本函數的行為,內含函數名稱以及其它任何關於本函數的文件可能會在沒有知會的情況下隨 PHP 以後的發佈而改變。使用本函數風險自擔。

Get the data object which contains this data object.

參數

None.

返回值

Returns the SDO_DataObject which contains this SDO_DataObject, or returns NULL if this is a root SDO_DataObject (i.e. it has no container).