SDO Funciones
PHP Manual

SDO_DataObject::getTypeNamespaceURI

(^)

SDO_DataObject::getTypeNamespaceURI Return the namespace URI of the type for a data object.

Descripción

string SDO_DataObject::getTypeNamespaceURI ( void )
Warning

Esta función ha sido declarada EXPERIMENTAL. Su comportamiento, su nombre y la documentación que le acompaña puede cambiar sin previo aviso en futuras versiones de PHP. Use esta función bajo su propio riesgo.

Return the namespace URI of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getNamespaceURI().

Parámetros

None.

Valores devueltos

The namespace URI of the type for the data object.


SDO Funciones
PHP Manual