PHP Velho Oeste 2024

SDO_DAS_ChangeSummary::getChangeType

(^)

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

Descrição

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

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

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

Parâmetros

dataObject

The SDO_DataObject which has been changed.

Valor Retornado

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