SDO_DataObject::getTypeName()
SDO_DataObject::getTypeName - Return the name of the type for a data object.
Syntax
string SDO_DataObject::getTypeName ()
Arguments
-
Description
Return the name of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getName().
Version
PHP ^
Return value
The name of the type for the data object.