|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilExAssignmentInfo:Public Member Functions | |
| __construct (int $ass_id, int $user_id) | |
| Constructor. More... | |
| getInstructionInfo () | |
| Get instruction info. More... | |
| getInstructionFileInfo ($readable_ref_id=0) | |
| Get instruction file info. More... | |
| getScheduleInfo () | |
| getSubmissionInfo () | |
| Get submission info. More... | |
Protected Attributes | |
| $state | |
| $ass | |
| $user_id | |
Definition at line 11 of file class.ilExAssignmentInfo.php.
| ilExAssignmentInfo::__construct | ( | int | $ass_id, |
| int | $user_id | ||
| ) |
Constructor.
Definition at line 31 of file class.ilExAssignmentInfo.php.
References $DIC, $user_id, and ilExcAssMemberState\getInstanceByIds().
Here is the call graph for this function:| ilExAssignmentInfo::getInstructionFileInfo | ( | $readable_ref_id = 0 | ) |
Get instruction file info.
return
Definition at line 69 of file class.ilExAssignmentInfo.php.
| ilExAssignmentInfo::getInstructionInfo | ( | ) |
Get instruction info.
Definition at line 47 of file class.ilExAssignmentInfo.php.
| ilExAssignmentInfo::getScheduleInfo | ( | ) |
return
Definition at line 105 of file class.ilExAssignmentInfo.php.
| ilExAssignmentInfo::getSubmissionInfo | ( | ) |
Get submission info.
Definition at line 173 of file class.ilExAssignmentInfo.php.
References $ret, ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilExAssignmentInfo.php.
|
protected |
Definition at line 16 of file class.ilExAssignmentInfo.php.
Referenced by getScheduleInfo().
|
protected |
Definition at line 26 of file class.ilExAssignmentInfo.php.
Referenced by __construct().