SDO_Model_Type::isAbstractType
(^)
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
.