SDO_Model_Property::getType

(^)

SDO_Model_Property::getType Get the SDO_Model_Type of the property

Opis

SDO_Model_Property::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.

Get the SDO_Model_Type of the property. The SDO_Model_Type describes the type information for the property, such as its type name, namespace URI, whether it is a primitive data type, and so on.

Parametry

None.

Zwracane wartości

Returns the SDO_Model_Type describing the property's type information.

add a note add a note

User Contributed Notes

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