ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Protected Member Functions | |
initStorage () | |
![]() | |
setId (?int $a_id) | |
setDefinition (?array $a_value=null) | |
getDefinition () | |
importFromDB (array $a_row) | |
getDBProperties () | |
getLastPosition () | |
Protected Attributes | |
string | $requested_file_hash = "" |
![]() | |
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 | 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 | ) |
Definition at line 66 of file class.ilExcCriteriaFile.php.
References ILIAS\Repository\form(), ilExcCriteria\getDescription(), getFiles(), ilExcCriteria\getId(), ilExcCriteria\getTitle(), and ilExcCriteria\isRequired().
ilExcCriteriaFile::getFileByHash | ( | ) |
Definition at line 130 of file class.ilExcCriteriaFile.php.
References getFiles().
ilExcCriteriaFile::getFiles | ( | ) |
Definition at line 51 of file class.ilExcCriteriaFile.php.
References $path, and initStorage().
Referenced by addToPeerReviewForm(), getFileByHash(), getHTML(), and hasValue().
ilExcCriteriaFile::getHTML | ( | $a_value | ) |
Definition at line 143 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\$ctrl, getFiles(), and ilExcCriteria\getId().
ilExcCriteriaFile::getType | ( | ) |
Definition at line 40 of file class.ilExcCriteriaFile.php.
ilExcCriteriaFile::hasValue | ( | $a_value | ) |
Definition at line 106 of file class.ilExcCriteriaFile.php.
References getFiles().
Referenced by validate().
ilExcCriteriaFile::importFromPeerReviewForm | ( | ) |
ilException |
Definition at line 84 of file class.ilExcCriteriaFile.php.
References $path, ilFileUtils\delDir(), ILIAS\Repository\form(), ilExcCriteria\getId(), initStorage(), and ilFileUtils\moveUploadedFile().
|
protected |
Definition at line 45 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\getId(), and ilFSStorageExercise\getPeerReviewUploadPath().
Referenced by getFiles(), and importFromPeerReviewForm().
ilExcCriteriaFile::resetReview | ( | ) |
Definition at line 57 of file class.ilExcCriteriaFile.php.
References ilFileSystemAbstractionStorage\deleteDirectory().
ilExcCriteriaFile::validate | ( | $a_value | ) |
Definition at line 111 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\$lng, ILIAS\Repository\form(), ilExcCriteria\getId(), hasValue(), ilExcCriteria\isRequired(), and ilLanguage\txt().
|
protected |
Definition at line 27 of file class.ilExcCriteriaFile.php.