|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilIdentifiedMultiFilesJsPositionIndexRemover:
Collaboration diagram for ilIdentifiedMultiFilesJsPositionIndexRemover:Public Member Functions | |
| getPostVar () | |
| setPostVar ($postVar) | |
| manipulateFormInputValues (array $inputValues) | |
| manipulateFormSubmitValues (array $values) | |
| manipulateFormInputValues (array $inputValues) | |
| manipulateFormSubmitValues (array $submitValues) | |
| manipulateFormInputValues (array $inputValues) | |
| manipulateFormSubmitValues (array $submitValues) | |
Protected Member Functions | |
| isFileSubmitAvailable () | |
| prepareFileSubmit () | |
| prepareMultiFilesSubmitValues ($filesSubmitValues) | |
Protected Member Functions inherited from ilIdentifiedMultiValuesJsPositionIndexRemover | |
| 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 | |
Data Fields inherited from ilIdentifiedMultiValuesJsPositionIndexRemover | |
| 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().
Here is the caller graph for this function:
|
protected |
Definition at line 51 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References getPostVar().
Referenced by manipulateFormSubmitValues().
Here is the call graph for this function:
Here is the caller graph for this function:| ilIdentifiedMultiFilesJsPositionIndexRemover::manipulateFormInputValues | ( | array | $inputValues | ) |
Reimplemented from ilIdentifiedMultiValuesJsPositionIndexRemover.
Definition at line 36 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
| ilIdentifiedMultiFilesJsPositionIndexRemover::manipulateFormSubmitValues | ( | array | $values | ) |
Reimplemented from ilIdentifiedMultiValuesJsPositionIndexRemover.
Definition at line 42 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References isFileSubmitAvailable(), and prepareFileSubmit().
Here is the call graph for this function:
|
protected |
Definition at line 68 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References getPostVar(), and prepareMultiFilesSubmitValues().
Referenced by manipulateFormSubmitValues().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 75 of file class.ilIdentifiedMultiFilesJsPositionIndexRemover.php.
References ilIdentifiedMultiValuesJsPositionIndexRemover\removePositionIndexLevels().
Referenced by prepareFileSubmit().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().