ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $ass_id, int $usr_id, int $node_obj_id) | |
getAssignmentId () | |
getUsrId () | |
getNodeId () | |
__toString () | |
Static Public Member Functions | |
static | createFromString (string $id) |
Data Fields | |
const | DELIMITER = '_' |
Protected Attributes | |
int | $ass_id |
int | $usr_id |
int | $node_obj_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
Definition at line 21 of file PRGProgressId.php.
PRGProgressId::__construct | ( | int | $ass_id, |
int | $usr_id, | ||
int | $node_obj_id | ||
) |
PRGProgressId::__toString | ( | ) |
Definition at line 57 of file PRGProgressId.php.
|
static |
Definition at line 36 of file PRGProgressId.php.
Referenced by ilObjStudyProgrammeMembersGUI\getGetPrgsIds(), ilObjStudyProgrammeMembersGUI\getPostPrgsIds(), ilObjStudyProgrammeMembersGUI\getPrgrsId(), and ilStudyProgrammeProgressIdTest\testPRGProgressIdFromString().
PRGProgressId::getAssignmentId | ( | ) |
Definition at line 42 of file PRGProgressId.php.
References $ass_id.
Referenced by ilObjStudyProgrammeMembersGUI\markAccreditedByProgressId(), ilObjStudyProgrammeMembersGUI\removeAssignment(), and ilObjStudyProgrammeMembersGUI\unmarkAccreditedByProgressId().
PRGProgressId::getNodeId | ( | ) |
PRGProgressId::getUsrId | ( | ) |
Definition at line 47 of file PRGProgressId.php.
References $usr_id.
Referenced by ilObjStudyProgrammeMembersGUI\markAccreditedByProgressId(), ilObjStudyProgrammeMembersGUI\removeAssignment(), and ilObjStudyProgrammeMembersGUI\unmarkAccreditedByProgressId().
|
protected |
Definition at line 25 of file PRGProgressId.php.
Referenced by __construct(), and getAssignmentId().
|
protected |
Definition at line 27 of file PRGProgressId.php.
Referenced by __construct(), and getNodeId().
|
protected |
Definition at line 26 of file PRGProgressId.php.
Referenced by __construct(), and getUsrId().
const PRGProgressId::DELIMITER = '_' |
Definition at line 23 of file PRGProgressId.php.