ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Class ilExcCriteriaFile. More...
Protected Attributes | |
ILIAS Exercise PeerReview DomainService | $peer_review |
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) |
![]() | |
setId (?int $a_id) | |
setDefinition (?array $a_value=null) | |
getDefinition () | |
importFromDB (array $a_row) | |
getDBProperties () | |
getLastPosition () | |
Class ilExcCriteriaFile.
Definition at line 27 of file class.ilExcCriteriaFile.php.
ilExcCriteriaFile::addToPeerReviewForm | ( | $a_value = null | ) |
Definition at line 69 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 52 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\getId().
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 44 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 86 of file class.ilExcCriteriaFile.php.
References ILIAS\Repository\form(), and ilExcCriteria\getId().
ilExcCriteriaFile::resetReview | ( | ) |
Definition at line 61 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\getId().
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 29 of file class.ilExcCriteriaFile.php.
|
protected |
Definition at line 30 of file class.ilExcCriteriaFile.php.