SDO_DataObject::getTypeNamespaceURI
Return the namespace URI of the type for a data object.
Beschreibung
string SDO_DataObject::getTypeNamespaceURI
( void
)
WarnungDiese Funktion ist
EXPERIMENTELL. Das Verhalten, der Funktionsname und alles
Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne
Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf
eigenes Risiko.
Return the namespace URI of the type for a data object.
A convenience method corresponding to
SDO_Model_ReflectionDataObject::getType().getNamespaceURI().
Rückgabewerte
The namespace URI of the type for the data object.