SDO_DataObject::getTypeName

(no version information, might be only in CVS)

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

Descripción

string SDO_DataObject::getTypeName ( void )

Aviso

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

Return the name of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getName().

Lista de parámetros

None.

Valores retornados

The name of the type for the data object.