|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilIdentifiedMultiValuesJsPositionIndexRemover:
Collaboration diagram for ilIdentifiedMultiValuesJsPositionIndexRemover:Public Member Functions | |
| manipulateFormInputValues ($inputValues) | |
| manipulateFormSubmitValues ($submitValues) | |
| 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 getIndicatorBrandedIdentifier().
Referenced by manipulateFormInputValues().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 43 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References cleanSubmitCommandFromPossibleIdentifierIndicators(), isValueIdentifier(), and removeIdentifierIndicator().
Referenced by cleanSubmitCommandFromPossibleIdentifierIndicators(), and manipulateFormSubmitValues().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 117 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by removePositionIndexLevels().
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by brandIdentifiersWithIndicator().
Here is the caller graph for this function:
|
protected |
Definition at line 84 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by removePositionIndexLevels().
Here is the caller graph for this function:
|
protected |
Definition at line 97 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References $key, and IDENTIFIER_INDICATOR_PREFIX.
Referenced by cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
Here is the caller graph for this function:| ilIdentifiedMultiValuesJsPositionIndexRemover::manipulateFormInputValues | ( | $inputValues | ) |
| array | $inputValues |
Implements ilFormValuesManipulator.
Reimplemented in ilIdentifiedMultiFilesJsPositionIndexRemover.
Definition at line 16 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References brandIdentifiersWithIndicator().
Here is the call graph for this function:| ilIdentifiedMultiValuesJsPositionIndexRemover::manipulateFormSubmitValues | ( | $submitValues | ) |
| array | $submitValues |
Implements ilFormValuesManipulator.
Reimplemented in ilIdentifiedMultiFilesJsPositionIndexRemover.
Definition at line 37 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References $_POST, cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
Here is the call graph for this function:
|
protected |
Definition at line 112 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References $key.
Referenced by cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
Here is the caller graph for this function:
|
protected |
Definition at line 63 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References $key, fetchPositionIndexedValue(), isPositionIndexLevel(), isValueIdentifier(), removeIdentifierIndicator(), and removePositionIndexLevels().
Referenced by manipulateFormSubmitValues(), ilIdentifiedMultiFilesJsPositionIndexRemover\prepareMultiFilesSubmitValues(), and removePositionIndexLevels().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilIdentifiedMultiValuesJsPositionIndexRemover::IDENTIFIER_INDICATOR_PREFIX = 'IDENTIFIER~' |
Definition at line 14 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by isValueIdentifier().