ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
manipulateFormInputValues ($inputValues) | |
manipulateFormSubmitValues ($submitValues) | |
Data Fields | |
const | IDENTIFIER_INDICATOR_PREFIX = 'IDENTIFIER~' |
Protected Member Functions | |
brandIdentifiersWithIndicator ($origValues) | |
getIndicatorBrandedIdentifier ($identifier) | |
cleanSubmitCommandFromPossibleIdentifierIndicators ($cmdArrayLevel) | |
removePositionIndexLevels ($values) | |
isPositionIndexLevel ($val) | |
isValueIdentifier ($key) | |
removeIdentifierIndicator ($key) | |
fetchPositionIndexedValue ($value) | |
Definition at line 12 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
|
protected |
Definition at line 21 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References array, and getIndicatorBrandedIdentifier().
Referenced by manipulateFormInputValues().
|
protected |
Definition at line 44 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References isValueIdentifier(), and removeIdentifierIndicator().
Referenced by manipulateFormSubmitValues().
|
protected |
Definition at line 129 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by removePositionIndexLevels().
|
protected |
Definition at line 33 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by brandIdentifiersWithIndicator().
|
protected |
Definition at line 92 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by removePositionIndexLevels().
|
protected |
Definition at line 107 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
ilIdentifiedMultiValuesJsPositionIndexRemover::manipulateFormInputValues | ( | $inputValues | ) |
array | $inputValues |
Implements ilFormValuesManipulator.
Definition at line 16 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References brandIdentifiersWithIndicator().
ilIdentifiedMultiValuesJsPositionIndexRemover::manipulateFormSubmitValues | ( | $submitValues | ) |
array | $submitValues |
Implements ilFormValuesManipulator.
Definition at line 38 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References $_POST, cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
|
protected |
Definition at line 124 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
|
protected |
Definition at line 66 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References fetchPositionIndexedValue(), isPositionIndexLevel(), isValueIdentifier(), and removeIdentifierIndicator().
Referenced by manipulateFormSubmitValues(), and ilIdentifiedMultiFilesJsPositionIndexRemover\prepareMultiFilesSubmitValues().
const ilIdentifiedMultiValuesJsPositionIndexRemover::IDENTIFIER_INDICATOR_PREFIX = 'IDENTIFIER~' |
Definition at line 14 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.