Forum und email

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

Leírás

bool SDO_Model_Type::isAbstractType ( void )
Warning

Ez a függvény KÍSÉRLETI JELLEGGEL MŰKÖDIK. A függvény működése, neve, bármi amit a függévénnyel kapcsolatban dokumentáltunk megváltozhat egy későbbi PHP kiadásban minden figyelmeztetés nélkül. Ezt a függvényt csak a saját felelősségedre használd!

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.

Paraméterek

None.

Visszatérési értékek

Returns TRUE if this type is an abstract data type, otherwise returns FALSE.