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 | |
getPostVar () | |
setPostVar ($postVar) | |
manipulateFormInputValues (array $inputValues) | |
manipulateFormSubmitValues (array $submitValues) | |
Protected Member Functions | |
manipulateFileSubmitValues () | |
perform the strip slashing on files submit More... | |
Protected Attributes | |
$postVar = null | |
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.ilMultiFilesSubmitRecursiveSlashesStripper.php.
ilMultiFilesSubmitRecursiveSlashesStripper::getPostVar | ( | ) |
Definition at line 32 of file class.ilMultiFilesSubmitRecursiveSlashesStripper.php.
References $postVar.
Referenced by manipulateFileSubmitValues().
|
protected |
perform the strip slashing on files submit
Definition at line 67 of file class.ilMultiFilesSubmitRecursiveSlashesStripper.php.
References getPostVar(), and ilArrayUtil\stripSlashesRecursive().
Referenced by manipulateFormSubmitValues().
ilMultiFilesSubmitRecursiveSlashesStripper::manipulateFormInputValues | ( | array | $inputValues | ) |
array | $inputValues |
Implements ilFormValuesManipulator.
Definition at line 49 of file class.ilMultiFilesSubmitRecursiveSlashesStripper.php.
ilMultiFilesSubmitRecursiveSlashesStripper::manipulateFormSubmitValues | ( | array | $submitValues | ) |
array | $submitValues |
Implements ilFormValuesManipulator.
Definition at line 58 of file class.ilMultiFilesSubmitRecursiveSlashesStripper.php.
References manipulateFileSubmitValues().
ilMultiFilesSubmitRecursiveSlashesStripper::setPostVar | ( | $postVar | ) |
string | $postVar |
Definition at line 40 of file class.ilMultiFilesSubmitRecursiveSlashesStripper.php.
References $postVar.
|
protected |
Definition at line 27 of file class.ilMultiFilesSubmitRecursiveSlashesStripper.php.
Referenced by getPostVar(), and setPostVar().