ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeAutoCategory Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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

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

Author
: Nils Haagen nils..nosp@m.haag.nosp@m.en@co.nosp@m.ncep.nosp@m.ts-an.nosp@m.d-tr.nosp@m.ainin.nosp@m.g.de

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

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.

References $category_ref_id.

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

50  : int
51  {
53  }
+ Here is the caller graph for this function:

◆ getLastEdited()

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:

◆ getLastEditorId()

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:

◆ getPrgObjId()

ilStudyProgrammeAutoCategory::getPrgObjId ( )

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

References $prg_obj_id.

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

45  : int
46  {
47  return $this->prg_obj_id;
48  }
+ 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: