PHP Dokumentation: Function sdo-dataobject-gettypenamespaceuri
12. Januar 2010 von werner
SDO_DataObject::getTypeNamespaceURI
(^)
SDO_DataObject::getTypeNamespaceURI — Return the namespace URI of the type for a data object.
Beschreibung
string SDO_DataObject::getTypeNamespaceURI ( void )
Warnung
Diese Funktion istEXPERIMENTELL. Das Verhalten, der Funktionsname und allesAndere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko.
Return the namespace URI of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getNamespaceURI().
Parameter-Liste
None.
Rückgabewerte
The namespace URI of the type for the data object.