|
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 ilMultipleImagesAdditionalIndexLevelRemover:
Collaboration diagram for ilMultipleImagesAdditionalIndexLevelRemover:Public Member Functions | |
| getPostVar () | |
| setPostVar ($postVar) | |
| manipulateFormInputValues (array $inputValues) | |
| manipulateFormSubmitValues (array $submitValues) | |
| manipulateFormInputValues (array $inputValues) | |
| manipulateFormSubmitValues (array $submitValues) | |
Protected Member Functions | |
| getFilesSubmissionProperties () | |
| isSubFieldAvailable ($values, $subFieldName) | |
| isIteratorSubfieldAvailable ($values) | |
| isUploadSubfieldAvailable ($values) | |
| removeAdditionalSubFieldsLevelFromSubmitValues ($values) | |
| removeAdditionalSubFieldsLevelFromFilesSubmitProperty ($uploadProperty) | |
| removeAdditionalSubFieldsLevelFromFilesSubmit ($filesSubmit) | |
Protected Attributes | |
| $filesSubmissionProperties | |
| $postVar | |
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.ilMultipleImagesAdditionalIndexLevelRemover.php.
|
protected |
Definition at line 40 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References $filesSubmissionProperties.
Referenced by removeAdditionalSubFieldsLevelFromFilesSubmit().
Here is the caller graph for this function:| ilMultipleImagesAdditionalIndexLevelRemover::getPostVar | ( | ) |
Definition at line 30 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References $postVar.
Referenced by manipulateFormSubmitValues().
Here is the caller graph for this function:
|
protected |
Definition at line 78 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References isSubFieldAvailable(), and ilMultipleImagesInputGUI\ITERATOR_SUBFIELD_NAME.
Referenced by removeAdditionalSubFieldsLevelFromSubmitValues().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 61 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
Referenced by isIteratorSubfieldAvailable(), and isUploadSubfieldAvailable().
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References ilMultipleImagesInputGUI\IMAGE_UPLOAD_SUBFIELD_NAME, and isSubFieldAvailable().
Referenced by removeAdditionalSubFieldsLevelFromFilesSubmitProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMultipleImagesAdditionalIndexLevelRemover::manipulateFormInputValues | ( | array | $inputValues | ) |
Implements ilFormValuesManipulator.
Definition at line 44 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
| ilMultipleImagesAdditionalIndexLevelRemover::manipulateFormSubmitValues | ( | array | $submitValues | ) |
Implements ilFormValuesManipulator.
Definition at line 49 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References getPostVar(), removeAdditionalSubFieldsLevelFromFilesSubmit(), and removeAdditionalSubFieldsLevelFromSubmitValues().
Here is the call graph for this function:
|
protected |
Definition at line 130 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References getFilesSubmissionProperties(), and removeAdditionalSubFieldsLevelFromFilesSubmitProperty().
Referenced by manipulateFormSubmitValues().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 109 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References isUploadSubfieldAvailable().
Referenced by removeAdditionalSubFieldsLevelFromFilesSubmit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 88 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References $index, isIteratorSubfieldAvailable(), ilMultipleImagesInputGUI\ITERATOR_SUBFIELD_NAME, and ilMultipleImagesInputGUI\STORED_IMAGE_SUBFIELD_NAME.
Referenced by manipulateFormSubmitValues().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMultipleImagesAdditionalIndexLevelRemover::setPostVar | ( | $postVar | ) |
Definition at line 35 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
References $postVar.
|
protected |
Definition at line 24 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
Referenced by getFilesSubmissionProperties().
|
protected |
Definition at line 28 of file class.ilMultipleImagesAdditionalIndexLevelRemover.php.
Referenced by getPostVar(), and setPostVar().