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

Class ilStudyProgrammeAdvancedMetadataRecord. More...

+ Collaboration diagram for ilStudyProgrammeAdvancedMetadataRecord:

Public Member Functions

 __construct (protected int $id)
 
 getId ()
 
 setId (int $id)
 
 getTypeId ()
 
 setTypeId (int $type_id)
 
 getRecId ()
 
 setRecId (int $rec_id)
 

Protected Attributes

int $type_id = 0
 
int $rec_id = 0
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeAdvancedMetadataRecord::__construct ( protected int  $id)

Definition at line 32 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

34 {
35 }

Member Function Documentation

◆ getId()

ilStudyProgrammeAdvancedMetadataRecord::getId ( )

Definition at line 37 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

37 : int
38 {
39 return $this->id;
40 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

Referenced by ilStudyProgrammeTypeDBRepository\deleteAMDRecord(), and ilStudyProgrammeTypeDBRepository\updateAMDRecord().

+ Here is the caller graph for this function:

◆ getRecId()

ilStudyProgrammeAdvancedMetadataRecord::getRecId ( )

Definition at line 57 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

References $rec_id.

Referenced by ilStudyProgrammeTypeDBRepository\updateAMDRecord().

+ Here is the caller graph for this function:

◆ getTypeId()

ilStudyProgrammeAdvancedMetadataRecord::getTypeId ( )

Definition at line 47 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

References $type_id.

Referenced by ilStudyProgrammeTypeDBRepository\updateAMDRecord().

+ Here is the caller graph for this function:

◆ setId()

ilStudyProgrammeAdvancedMetadataRecord::setId ( int  $id)

Definition at line 42 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

42 : void
43 {
44 $this->id = $id;
45 }

References $id.

◆ setRecId()

ilStudyProgrammeAdvancedMetadataRecord::setRecId ( int  $rec_id)

Definition at line 62 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

62 : void
63 {
64 $this->rec_id = $rec_id;
65 }

References $rec_id.

◆ setTypeId()

ilStudyProgrammeAdvancedMetadataRecord::setTypeId ( int  $type_id)

Definition at line 52 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

52 : void
53 {
54 $this->type_id = $type_id;
55 }

References $type_id.

Field Documentation

◆ $rec_id

int ilStudyProgrammeAdvancedMetadataRecord::$rec_id = 0
protected

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

Referenced by getRecId(), and setRecId().

◆ $type_id

int ilStudyProgrammeAdvancedMetadataRecord::$type_id = 0
protected

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

Referenced by getTypeId(), and setTypeId().


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