SDO_DataObject::getTypeName

(^)

SDO_DataObject::getTypeName Return the name of the type for a data object

Descrição

SDO_DataObject::getTypeName ( 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 name of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getName().

Parâmetros

None.

Valor Retornado

The name of the type for the data object.