SDO_DataObject::getContainmentPropertyName (no version information, might be only in CVS) SDO_DataObject::getContainmentPropertyName --
Get the container's property name.
Описаниеstring SDO_DataObject::getContainmentPropertyName ( void ) Внимание |
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.
Поведение этой функции, ее имя и относящаяся к ней документация
могут измениться в последующих версиях PHP без уведомления.
Используйте эту функцию на свой страх и риск. |
Get the property name used to refer to this data object
by its containing data object.
Возвращаемые значения
Returns the name of the container's property which references
this SDO_DataObject,
or returns NULL if this is a root SDO_DataObject
(i.e. it has no container).
SDO_DataObject::getContainmentPropertyName
There are no user contributed notes for this page.
|