ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeAdvancedMetadataRecord 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 ilStudyProgrammeAdvancedMetadataRecord:

Public Member Functions

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

Protected Attributes

int $id
 
int $type_id = 0
 
int $rec_id = 0
 

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 ilStudyProgrammeAdvancedMetadataRecord

Author
Michael Herren mh@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
1.0.0

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

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeAdvancedMetadataRecord::__construct ( int  $id)

Member Function Documentation

◆ getId()

ilStudyProgrammeAdvancedMetadataRecord::getId ( )

◆ getRecId()

ilStudyProgrammeAdvancedMetadataRecord::getRecId ( )

Definition at line 58 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 48 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 43 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.

References $id.

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

◆ setRecId()

ilStudyProgrammeAdvancedMetadataRecord::setRecId ( int  $rec_id)

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

References $rec_id.

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

◆ setTypeId()

ilStudyProgrammeAdvancedMetadataRecord::setTypeId ( int  $type_id)

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

References $type_id.

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

Field Documentation

◆ $id

int ilStudyProgrammeAdvancedMetadataRecord::$id
protected

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

Referenced by __construct(), getId(), and setId().

◆ $rec_id

int ilStudyProgrammeAdvancedMetadataRecord::$rec_id = 0
protected

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

Referenced by getRecId(), and setRecId().

◆ $type_id

int ilStudyProgrammeAdvancedMetadataRecord::$type_id = 0
protected

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

Referenced by getTypeId(), and setTypeId().


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