PHP Velho Oeste 2024

SDO_Model_Type::isAbstractType

(^)

SDO_Model_Type::isAbstractType Test to see if this SDO_Model_Type is an abstract data type

Описание

SDO_Model_Type::isAbstractType ( void ) : bool
Внимание

Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях 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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top