SDO Funciones
PHP Manual

SDO_Model_Type::isInstance

(^)

SDO_Model_Type::isInstance Test for an SDO_DataObject being an instance of this SDO_Model_Type

Descripción

bool SDO_Model_Type::isInstance ( SDO_DataObject $data_object )
Warning

Esta función ha sido declarada EXPERIMENTAL. Su comportamiento, su nombre y la documentación que le acompaña puede cambiar sin previo aviso en futuras versiones de PHP. Use esta función bajo su propio riesgo.

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.

Parámetros

data_object

The SDO_DataObject to be tested.

Valores devueltos

Returns TRUE if the SDO_DataObject provided is an instance of this SDO_Model_Type, or a derived type, otherwise returns FALSE.


SDO Funciones
PHP Manual