SDO_DataObject::getContainer

(^)

SDO_DataObject::getContainer Get a data object's container

Opis

SDO_DataObject::getContainer ( void ) : SDO_DataObject
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

Get the data object which contains this data object.

Parametry

None.

Zwracane wartości

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).

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top