SDO_DataObject::getTypeName

(^)

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

Opis

SDO_DataObject::getTypeName ( void ) : string
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.

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

Parametry

None.

Zwracane wartości

The name of the type for the data object.

add a note add a note

User Contributed Notes

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