SDO_DataObject::getTypeNamespaceURI()
SDO_DataObject::getTypeNamespaceURI - Return the namespace URI of the type for a data object.
Syntax
string SDO_DataObject::getTypeNamespaceURI ()
Arguments
-
Description
Return the namespace URI of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getNamespaceURI().
Version
PHP ^
Return value
The namespace URI of the type for the data object.