|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 | |
| ILIAS Exercise InternalGUIService | $gui |
| 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 28 of file class.ilExcCriteriaFile.php.
| ilExcCriteriaFile::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 70 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 128 of file class.ilExcCriteriaFile.php.
References getFiles().
Here is the call graph for this function:| ilExcCriteriaFile::getFiles | ( | ) |
Definition at line 53 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 | ) |
Reimplemented from ilExcCriteria.
Definition at line 141 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 45 of file class.ilExcCriteriaFile.php.
| ilExcCriteriaFile::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 107 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 87 of file class.ilExcCriteriaFile.php.
References ILIAS\Repository\form(), and ilExcCriteria\getId().
Here is the call graph for this function:| ilExcCriteriaFile::resetReview | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 62 of file class.ilExcCriteriaFile.php.
References ilExcCriteria\getId().
Here is the call graph for this function:| ilExcCriteriaFile::validate | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 112 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 30 of file class.ilExcCriteriaFile.php.
|
protected |
Definition at line 31 of file class.ilExcCriteriaFile.php.