SDO_Model_Type::isInstance
(No version information available, might be only in CVS)
SDO_Model_Type::isInstance — Test for an SDO_DataObject being an instance of this SDO_Model_Type
Popis
Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.
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.
Parametre
- data_object
-
The SDO_DataObject to be tested.
Vrátené hodnoty
Returns TRUE if the SDO_DataObject provided is an instance of this SDO_Model_Type, or a derived type, otherwise returns FALSE.