SDO_DAS_ChangeSummary::getOldValues

(^)
Get the old values for a given changed SDO_DataObject
SDO_List SDO_DAS_ChangeSummary::getOldValues ( SDO_DataObject $data_object )

Get a list of the old values for a given changed SDO_DataObject. Returns a list of SDO_DAS_Settings describing the old values for the changed properties of the SDO_DataObject.

Parameters:
data_object

The data object which has been changed.

Returns:

A list of SDO_DAS_Settings describing the old values for the changed properties of the SDO_DataObject. If the change type is SDO_DAS_ChangeSummary::ADDITION, this list is empty.

This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

doc_php
2016-02-24 16:15:03
Comments
Leave a Comment

Please login to continue.