SDO_DataObject::getTypeName

(^)

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

Descrierea

SDO_DataObject::getTypeName ( void ) : string
Avertizare

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

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

Parametri

None.

Valorile întoarse

The name of the type for the data object.