SDO_Model_Type::isAbstractType
(No version information available, might be only in CVS)
SDO_Model_Type::isAbstractType — Test to see if this SDO_Model_Type is an abstract data type
Descripción
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.
Test to see if this SDO_Model_Type is an abstract data type. Returns TRUE if this type is abstract, that is, no SDO_DataObject of this type can be instantiated, though other types may inherit from it.
Lista de parámetros
None.
Valores retornados
Returns TRUE if this type is an abstract data type, otherwise returns FALSE.