PHP Velho Oeste 2024

SDO_DataObject::getTypeName

(^)

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

Beschreibung

SDO_DataObject::getTypeName ( void ) : string
Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

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

Parameter-Liste

None.

Rückgabewerte

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