PHP Doku:: Get the old value for the changed property - function.sdo-das-setting-getvalue.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_DAS_Setting::getValue

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_DAS_Setting::getPropertyName

SDO_DAS_Setting::isSet>>

SDO_DAS_Setting::getValue

(^)

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

Beschreibung

mixed SDO_DAS_Setting::getValue ( void )
Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

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.

Parameter-Liste

None.

Rückgabewerte

Returns the old value of the changed property.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)