ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
manipulateFormInputValues (array $inputValues) | |
manipulateFormSubmitValues (array $submitValues) | |
Data Fields | |
const | IDENTIFIER_INDICATOR_PREFIX = 'IDENTIFIER~' |
Protected Member Functions | |
brandIdentifiersWithIndicator (array $origValues) | |
getIndicatorBrandedIdentifier (string $identifier) | |
cleanSubmitCommandFromPossibleIdentifierIndicators ($cmdArrayLevel) | |
removePositionIndexLevels (array $values) | |
isPositionIndexLevel ($val) | |
isValueIdentifier ($key) | |
removeIdentifierIndicator ($key) | |
fetchPositionIndexedValue ($value) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 22 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
|
protected |
Definition at line 31 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References getIndicatorBrandedIdentifier().
Referenced by manipulateFormInputValues().
|
protected |
Definition at line 53 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References isValueIdentifier(), and removeIdentifierIndicator().
|
protected |
Definition at line 127 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by removePositionIndexLevels().
|
protected |
Definition at line 42 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by brandIdentifiersWithIndicator().
|
protected |
Definition at line 94 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by removePositionIndexLevels().
|
protected |
Definition at line 107 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
ilIdentifiedMultiValuesJsPositionIndexRemover::manipulateFormInputValues | ( | array | $inputValues | ) |
Implements ilFormValuesManipulator.
Definition at line 26 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References brandIdentifiersWithIndicator().
ilIdentifiedMultiValuesJsPositionIndexRemover::manipulateFormSubmitValues | ( | array | $submitValues | ) |
Implements ilFormValuesManipulator.
Definition at line 47 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References removePositionIndexLevels().
|
protected |
Definition at line 122 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by cleanSubmitCommandFromPossibleIdentifierIndicators(), and removePositionIndexLevels().
|
protected |
Definition at line 73 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
References ILIAS\LTI\ToolProvider\$key, fetchPositionIndexedValue(), isPositionIndexLevel(), isValueIdentifier(), and removeIdentifierIndicator().
Referenced by manipulateFormSubmitValues(), and ilIdentifiedMultiFilesJsPositionIndexRemover\prepareMultiFilesSubmitValues().
const ilIdentifiedMultiValuesJsPositionIndexRemover::IDENTIFIER_INDICATOR_PREFIX = 'IDENTIFIER~' |
Definition at line 24 of file class.ilIdentifiedMultiValuesJsPositionIndexRemover.php.
Referenced by ilAssOrderingFormValuesObjectsConverter\wasImageRemovalRequested().