|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilExcCriteriaFile. More...
Inheritance diagram for ilExcCriteriaFile:
Collaboration diagram for ilExcCriteriaFile:Protected Attributes | |
| ILIAS Exercise PeerReview DomainService | $peer_review |
| 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) |
Protected Member Functions inherited from ilExcCriteria | |
| 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().
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 52 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\getId().
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 | ) |
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 | ( | ) |
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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaFile::importFromPeerReviewForm | ( | ) |
| ilException |
Definition at line 86 of file class.ilExcCriteriaFile.php.
References ILIAS\Repository\form(), and ilExcCriteria\getId().
Here is the call graph for this function:| ilExcCriteriaFile::resetReview | ( | ) |
Definition at line 61 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\getId().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilExcCriteriaFile.php.
|
protected |
Definition at line 30 of file class.ilExcCriteriaFile.php.