Forum und email

SDO_DAS_Setting::getValue

(No version information available, might be only in CVS)

SDO_DAS_Setting::getValue — Get the old value for the changed property

Popis

mixed SDO_DAS_Setting::getValue ( void )
Warning

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.

Returns the old value for the changed property. This can be used by a Data Access Service when writing updates to a data source. The DAS uses the old value to detect conflicts by comparing it with the current value in the data source. If they do not match, then the data source has been updated since the data object was originally populated, and therefore writing any new updates risks compromising the integrity of the data.

Parametre

None.

Vrátené hodnoty

Returns the old value of the changed property.