PHP Dokumentation: Function sdo-model-type-getbasetype
12. Januar 2010 von werner
SDO_Model_Type::getBaseType
(^)
SDO_Model_Type::getBaseType — Get the base type for this type
Beschreibung
Diese Funktion istEXPERIMENTELL. Das Verhalten, der Funktionsname und allesAndere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko.
Get the base type for this type. Returns the SDO_Model_Type for the base type if this type inherits from another, otherwise returns NULL. An example of when base types occur is when a type defined in XML schema inherits from another type by using
<extension base="...">
.
Parameter-Liste
None.
Rückgabewerte
Returns the SDO_Model_Type for the base type if this type inherits from another, otherwise returns NULL.