Forum und email

SDO_Model_Type::getBaseType

(No version information available, might be only in CVS)

SDO_Model_Type::getBaseType — Get the base type for this type

Descripción

SDO_Model_Type SDO_Model_Type::getBaseType ( void )
Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

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="..."> 
.

Lista de parámetros

None.

Valores retornados

Returns the SDO_Model_Type for the base type if this type inherits from another, otherwise returns NULL.