|
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 ilExcCriteriaFile:
Collaboration diagram for ilExcCriteriaFile:Protected Member Functions | |
| initStorage () | |
Protected Member Functions inherited from ilExcCriteria | |
| setId (?int $a_id) | |
| setDefinition (?array $a_value=null) | |
| getDefinition () | |
| importFromDB (array $a_row) | |
| getDBProperties () | |
| getLastPosition () | |
Protected Attributes | |
| string | $requested_file_hash = "" |
Protected Attributes inherited from ilExcCriteria | |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilDBInterface | $db |
| int | $id = null |
| int | $parent = null |
| string | $title = "" |
| string | $desc = "" |
| bool | $required = false |
| int | $pos = 0 |
| array | $def = null |
| ilPropertyFormGUI | $form = null |
| ilExAssignment | $ass |
| int | $giver_id = 0 |
| int | $peer_id = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ilExcCriteria | |
| static | getInstanceById (int $a_id) |
| static | getInstancesByParentId (int $a_parent_id) |
| static | getTypesMap () |
| static | getInstanceByType (string $a_type) |
| static | deleteByParent (int $a_parent_id) |
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 Class ilExcCriteriaFile
Definition at line 25 of file class.ilExcCriteriaFile.php.
| ilExcCriteriaFile::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 66 of file class.ilExcCriteriaFile.php.
References ILIAS\Repository\form(), ilExcCriteria\getDescription(), getFiles(), ilExcCriteria\getId(), ilExcCriteria\getTitle(), and ilExcCriteria\isRequired().
Here is the call graph for this function:| ilExcCriteriaFile::getFileByHash | ( | ) |
Definition at line 130 of file class.ilExcCriteriaFile.php.
References getFiles().
Here is the call graph for this function:| ilExcCriteriaFile::getFiles | ( | ) |
Definition at line 51 of file class.ilExcCriteriaFile.php.
References $path, and initStorage().
Referenced by addToPeerReviewForm(), getFileByHash(), getHTML(), and hasValue().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaFile::getHTML | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 143 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\$ctrl, getFiles(), and ilExcCriteria\getId().
Here is the call graph for this function:| ilExcCriteriaFile::getType | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 40 of file class.ilExcCriteriaFile.php.
| ilExcCriteriaFile::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 106 of file class.ilExcCriteriaFile.php.
References getFiles().
Referenced by validate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaFile::importFromPeerReviewForm | ( | ) |
| ilException |
Reimplemented from ilExcCriteria.
Definition at line 84 of file class.ilExcCriteriaFile.php.
References $path, ilFileUtils\delDir(), ILIAS\Repository\form(), ilExcCriteria\getId(), initStorage(), and ilFileUtils\moveUploadedFile().
Here is the call graph for this function:
|
protected |
Definition at line 45 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\getId().
Referenced by getFiles(), and importFromPeerReviewForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaFile::resetReview | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 57 of file class.ilExcCriteriaFile.php.
| ilExcCriteriaFile::validate | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 111 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\$lng, ILIAS\Repository\form(), ilExcCriteria\getId(), hasValue(), ilExcCriteria\isRequired(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilExcCriteriaFile.php.