(^)
SDO_Model_Type::isAbstractType — Test to see if this SDO_Model_Type is an abstract data type
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.
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.
None.
Returns TRUE
if this type is an abstract data type, otherwise returns
FALSE
.