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 $prg_obj_id, int $category_ref_id, int $last_edited_usr_id, DateTimeImmutable $last_edited) | |
getPrgObjId () | |
getCategoryRefId () | |
getLastEditorId () | |
getLastEdited () | |
Protected Attributes | |
int | $prg_obj_id |
int | $category_ref_id |
int | $last_edited_usr_id |
DateTimeImmutable | $last_edited |
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 Class ilStudyProgrammeAutoCategory
Definition at line 26 of file class.ilStudyProgrammeAutoCategory.php.
ilStudyProgrammeAutoCategory::__construct | ( | int | $prg_obj_id, |
int | $category_ref_id, | ||
int | $last_edited_usr_id, | ||
DateTimeImmutable | $last_edited | ||
) |
Definition at line 33 of file class.ilStudyProgrammeAutoCategory.php.
References $category_ref_id, $last_edited, $last_edited_usr_id, and $prg_obj_id.
ilStudyProgrammeAutoCategory::getCategoryRefId | ( | ) |
Definition at line 50 of file class.ilStudyProgrammeAutoCategory.php.
References $category_ref_id.
Referenced by ilStudyProgrammeAutoCategoryTest\testGetCategoryRefId(), and ilStudyProgrammeAutoCategoryDBRepository\update().
ilStudyProgrammeAutoCategory::getLastEdited | ( | ) |
Definition at line 60 of file class.ilStudyProgrammeAutoCategory.php.
References $last_edited.
Referenced by ilStudyProgrammeAutoCategoryTest\testGetLastEdited().
ilStudyProgrammeAutoCategory::getLastEditorId | ( | ) |
Definition at line 55 of file class.ilStudyProgrammeAutoCategory.php.
References $last_edited_usr_id.
Referenced by ilStudyProgrammeAutoCategoryTest\testGetLastEditorId().
ilStudyProgrammeAutoCategory::getPrgObjId | ( | ) |
Definition at line 45 of file class.ilStudyProgrammeAutoCategory.php.
References $prg_obj_id.
Referenced by ilStudyProgrammeAutoCategoryTest\testGetPrgObjId(), and ilStudyProgrammeAutoCategoryDBRepository\update().
|
protected |
Definition at line 29 of file class.ilStudyProgrammeAutoCategory.php.
Referenced by __construct(), and getCategoryRefId().
|
protected |
Definition at line 31 of file class.ilStudyProgrammeAutoCategory.php.
Referenced by __construct(), and getLastEdited().
|
protected |
Definition at line 30 of file class.ilStudyProgrammeAutoCategory.php.
Referenced by __construct(), and getLastEditorId().
|
protected |
Definition at line 28 of file class.ilStudyProgrammeAutoCategory.php.
Referenced by __construct(), and getPrgObjId().