PHP Velho Oeste 2024

SDO_DataObject::getTypeNamespaceURI

(^)

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

Descrição

SDO_DataObject::getTypeNamespaceURI ( void ) : string
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

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

Parâmetros

None.

Valor Retornado

The namespace URI of the type for the data object.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top