ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilStudyProgrammeAutoCategory Class Reference

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
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeAutoCategory::__construct ( int  $prg_obj_id,
int  $category_ref_id,
int  $last_edited_usr_id,
DateTimeImmutable  $last_edited 
)

Member Function Documentation

◆ getCategoryRefId()

ilStudyProgrammeAutoCategory::getCategoryRefId ( )

Definition at line 50 of file class.ilStudyProgrammeAutoCategory.php.

50 : int
51 {
53 }

References $category_ref_id.

Referenced by ilStudyProgrammeAutoCategoryTest\testGetCategoryRefId(), and ilStudyProgrammeAutoCategoryDBRepository\update().

+ Here is the caller graph for this function:

◆ getLastEdited()

ilStudyProgrammeAutoCategory::getLastEdited ( )

Definition at line 60 of file class.ilStudyProgrammeAutoCategory.php.

60 : DateTimeImmutable
61 {
62 return $this->last_edited;
63 }

References $last_edited.

Referenced by ilStudyProgrammeAutoCategoryTest\testGetLastEdited().

+ Here is the caller graph for this function:

◆ getLastEditorId()

ilStudyProgrammeAutoCategory::getLastEditorId ( )

Definition at line 55 of file class.ilStudyProgrammeAutoCategory.php.

55 : int
56 {
58 }

References $last_edited_usr_id.

Referenced by ilStudyProgrammeAutoCategoryTest\testGetLastEditorId().

+ Here is the caller graph for this function:

◆ getPrgObjId()

ilStudyProgrammeAutoCategory::getPrgObjId ( )

Definition at line 45 of file class.ilStudyProgrammeAutoCategory.php.

45 : int
46 {
47 return $this->prg_obj_id;
48 }

References $prg_obj_id.

Referenced by ilStudyProgrammeAutoCategoryTest\testGetPrgObjId(), and ilStudyProgrammeAutoCategoryDBRepository\update().

+ Here is the caller graph for this function:

Field Documentation

◆ $category_ref_id

int ilStudyProgrammeAutoCategory::$category_ref_id
protected

Definition at line 29 of file class.ilStudyProgrammeAutoCategory.php.

Referenced by __construct(), and getCategoryRefId().

◆ $last_edited

DateTimeImmutable ilStudyProgrammeAutoCategory::$last_edited
protected

Definition at line 31 of file class.ilStudyProgrammeAutoCategory.php.

Referenced by __construct(), and getLastEdited().

◆ $last_edited_usr_id

int ilStudyProgrammeAutoCategory::$last_edited_usr_id
protected

Definition at line 30 of file class.ilStudyProgrammeAutoCategory.php.

Referenced by __construct(), and getLastEditorId().

◆ $prg_obj_id

int ilStudyProgrammeAutoCategory::$prg_obj_id
protected

Definition at line 28 of file class.ilStudyProgrammeAutoCategory.php.

Referenced by __construct(), and getPrgObjId().


The documentation for this class was generated from the following file: