ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Class ilStudyProgrammeAutoCategory. 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 |
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().