SDO Funciones
PHP Manual

SDO_DataObject::getTypeName

(^)

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

Descripción

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

Parámetros

None.

Valores devueltos

The name of the type for the data object.


SDO Funciones
PHP Manual