SDO_DAS_Setting::isSet()
SDO_DAS_Setting::isSet - Test whether a property was set prior to being modified
Syntax
bool SDO_DAS_Setting::isSet ()
Arguments
-
Description
Test whether a property was set prior to being modified. If it was set prior to being modified then the SDO_DAS_Setting will also contain the old value.
Version
PHP ^
Return value
Returns TRUE if the property was set prior to being modified, otherwise returns FALSE.