SDO_Model_ReflectionDataObject::getType

(^)

SDO_Model_ReflectionDataObject::getType Get the SDO_Model_Type for the SDO_DataObject

Descrierea

SDO_Model_ReflectionDataObject::getType ( ) : SDO_Model_Type
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.

Returns the SDO_Model_Type for the SDO_DataObject. The SDO_Model_Type holds all the information about the data object's type, such as namespace URI, type name, whether it is a primitive data type, and so on.

Parametri

None.

Valorile întoarse

Returns the SDO_Model_Type for the SDO_DataObject.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top