Forum und email

SDO_DAS_Setting::getListIndex

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

SDO_DAS_Setting::getListIndex — Get the list index for a changed many-valued property

Beschreibung

int SDO_DAS_Setting::getListIndex ( 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.

Get the list index for a modification made to an element of a many-valued property. For example, if we modified the third element of a many-valued property we could obtain an SDO_DAS_Setting from the change summary corresponding to that modification. A call to getListIndex() on that setting would return the value 2 (lists are indexed from zero).

Parameter Liste

None.

Rückgabewerte

The list index for the element of the many-valued property which has been changed.