SDO_DAS_ChangeSummary::getChangeType

(^)

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

Descrierea

SDO_DAS_ChangeSummary::getChangeType ( SDO_DataObject $dataObject ) : int
Avertizare

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

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

Parametri

dataObject

The SDO_DataObject which has been changed.

Valorile întoarse

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top