PHP Doku:: Get the type of change made to an SDO_DataObject - function.sdo-das-changesummary-getchangetype.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_DAS_ChangeSummary::getChangeType

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_DAS_ChangeSummary::endLogging

SDO_DAS_ChangeSummary::getChangedDataObjects>>

SDO_DAS_ChangeSummary::getChangeType

(^)

SDO_DAS_ChangeSummary::getChangeType Get the type of change made to an SDO_DataObject

Beschreibung

int SDO_DAS_ChangeSummary::getChangeType ( SDO_DataObject $dataObject )
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.

Get the type of change which has been made to the supplied SDO_DataObject.

Parameter-Liste

dataObject

The SDO_DataObject which has been changed.

Rückgabewerte

The type of change which has been made. The change type is expressed as an enumeration and will be one of the following four values:

  • SDO_DAS_ChangeSummary::NONE

  • SDO_DAS_ChangeSummary::MODIFICATION

  • SDO_DAS_ChangeSummary::ADDITION

  • SDO_DAS_ChangeSummary::DELETION


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",...)