SDO_Model_Type::isInstance
(^)
SDO_Model_Type::isInstance — Test for an SDO_DataObject being an instance of this SDO_Model_Type
Описание
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.
Test for an SDO_DataObject being an instance of this SDO_Model_Type.
Returns true
if the SDO_DataObject provided is an instance of this
SDO_Model_Type, or a derived type, otherwise returns false
.
Список параметров
-
data_object
-
The SDO_DataObject to be tested.
Возвращаемые значения
Returns true
if the SDO_DataObject provided is an instance of this
SDO_Model_Type, or a derived type, otherwise returns false
.