ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getPostVar () | |
setPostVar ($postVar) | |
manipulateFormInputValues (array $inputValues) | |
manipulateFormSubmitValues (array $values) | |
![]() | |
manipulateFormInputValues (array $inputValues) | |
manipulateFormSubmitValues (array $submitValues) | |
Protected Member Functions | |
isFileSubmitAvailable () | |
prepareFileSubmit () | |
prepareMultiFilesSubmitValues ($filesSubmitValues) | |
![]() | |
brandIdentifiersWithIndicator (array $origValues) | |
getIndicatorBrandedIdentifier (string $identifier) | |
cleanSubmitCommandFromPossibleIdentifierIndicators ($cmdArrayLevel) | |
removePositionIndexLevels (array $values) | |
isPositionIndexLevel ($val) | |
isValueIdentifier ($key) | |
removeIdentifierIndicator ($key) | |
fetchPositionIndexedValue ($value) | |
Protected Attributes | |
$postVar = null | |
Additional Inherited Members | |
![]() | |
const | IDENTIFIER_INDICATOR_PREFIX = 'IDENTIFIER~' |
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.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
ilIdentifiedMultiFilesJsPositionIndexRemover::getPostVar | ( | ) |
Definition at line 26 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References $postVar.
Referenced by isFileSubmitAvailable(), and prepareFileSubmit().
|
protected |
Definition at line 51 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References getPostVar().
Referenced by manipulateFormSubmitValues().
ilIdentifiedMultiFilesJsPositionIndexRemover::manipulateFormInputValues | ( | array | $inputValues | ) |
Implements ilFormValuesManipulator.
Definition at line 36 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
ilIdentifiedMultiFilesJsPositionIndexRemover::manipulateFormSubmitValues | ( | array | $values | ) |
Implements ilFormValuesManipulator.
Definition at line 42 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References isFileSubmitAvailable(), and prepareFileSubmit().
|
protected |
Definition at line 68 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References getPostVar(), and prepareMultiFilesSubmitValues().
Referenced by manipulateFormSubmitValues().
|
protected |
Definition at line 75 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References ilIdentifiedMultiValuesJsPositionIndexRemover\removePositionIndexLevels().
Referenced by prepareFileSubmit().
ilIdentifiedMultiFilesJsPositionIndexRemover::setPostVar | ( | $postVar | ) |
Definition at line 31 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References $postVar.
|
protected |
Definition at line 24 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
Referenced by getPostVar(), and setPostVar().