ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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

 $prg_obj_id
 
 $category_ref_id
 
 $title
 
 $last_edited_usr_id
 
 $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 54 of file class.ilStudyProgrammeAutoCategory.php.

References $category_ref_id.

Referenced by ilStudyProgrammeAutoCategoryDBRepository\update().

+ Here is the caller graph for this function:

◆ getLastEdited()

ilStudyProgrammeAutoCategory::getLastEdited ( )

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

References $last_edited.

64  : \DateTimeImmutable
65  {
66  return $this->last_edited;
67  }

◆ getLastEditorId()

ilStudyProgrammeAutoCategory::getLastEditorId ( )

◆ getPrgObjId()

ilStudyProgrammeAutoCategory::getPrgObjId ( )

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

References $prg_obj_id.

Referenced by ilStudyProgrammeAutoCategoryDBRepository\update().

+ Here is the caller graph for this function:

Field Documentation

◆ $category_ref_id

ilStudyProgrammeAutoCategory::$category_ref_id
protected

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

Referenced by __construct(), and getCategoryRefId().

◆ $last_edited

ilStudyProgrammeAutoCategory::$last_edited
protected

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

Referenced by __construct(), and getLastEdited().

◆ $last_edited_usr_id

ilStudyProgrammeAutoCategory::$last_edited_usr_id
protected

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

Referenced by __construct(), and getLastEditorId().

◆ $prg_obj_id

ilStudyProgrammeAutoCategory::$prg_obj_id
protected

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

Referenced by __construct(), and getPrgObjId().

◆ $title

ilStudyProgrammeAutoCategory::$title
protected

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


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