|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilStudyProgrammeAutoCategory. More...
Collaboration diagram for ilStudyProgrammeAutoCategory: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().
Here is the caller graph for this function:| ilStudyProgrammeAutoCategory::getLastEdited | ( | ) |
Definition at line 60 of file class.ilStudyProgrammeAutoCategory.php.
References $last_edited.
Referenced by ilStudyProgrammeAutoCategoryTest\testGetLastEdited().
Here is the caller graph for this function:| ilStudyProgrammeAutoCategory::getLastEditorId | ( | ) |
Definition at line 55 of file class.ilStudyProgrammeAutoCategory.php.
References $last_edited_usr_id.
Referenced by ilStudyProgrammeAutoCategoryTest\testGetLastEditorId().
Here is the caller graph for this function:| ilStudyProgrammeAutoCategory::getPrgObjId | ( | ) |
Definition at line 45 of file class.ilStudyProgrammeAutoCategory.php.
References $prg_obj_id.
Referenced by ilStudyProgrammeAutoCategoryTest\testGetPrgObjId(), and ilStudyProgrammeAutoCategoryDBRepository\update().
Here is the caller graph for this function:
|
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().