SDO_Model_ReflectionDataObject::getType

(^)

SDO_Model_ReflectionDataObject::getType Get the SDO_Model_Type for the SDO_DataObject

Opis

SDO_Model_ReflectionDataObject::getType ( void ) : SDO_Model_Type
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

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.

Parametry

None.

Zwracane wartości

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