ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeAdvancedMetadataRecord Class Reference

Class ilStudyProgrammeAdvancedMetadataRecord. More...

+ Collaboration diagram for ilStudyProgrammeAdvancedMetadataRecord:

Public Member Functions

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

Protected Attributes

 $id
 
 $type_id = 0
 
 $rec_id = 0
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeAdvancedMetadataRecord::__construct ( int  $id)

Member Function Documentation

◆ getId()

ilStudyProgrammeAdvancedMetadataRecord::getId ( )
Returns
int

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

References $id.

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

+ Here is the caller graph for this function:

◆ getRecId()

ilStudyProgrammeAdvancedMetadataRecord::getRecId ( )
Returns
int

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

References $rec_id.

Referenced by ilStudyProgrammeTypeDBRepository\updateAMDRecord().

+ Here is the caller graph for this function:

◆ getTypeId()

ilStudyProgrammeAdvancedMetadataRecord::getTypeId ( )
Returns
int

Definition at line 57 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)
Parameters
int$id

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

References $id.

◆ setRecId()

ilStudyProgrammeAdvancedMetadataRecord::setRecId ( int  $rec_id = null)
Parameters
int$rec_id

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

References $rec_id.

◆ setTypeId()

ilStudyProgrammeAdvancedMetadataRecord::setTypeId ( int  $type_id = null)
Parameters
int$type_id

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

References $type_id.

Field Documentation

◆ $id

ilStudyProgrammeAdvancedMetadataRecord::$id
protected

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

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

◆ $rec_id

ilStudyProgrammeAdvancedMetadataRecord::$rec_id = 0
protected

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

Referenced by getRecId(), and setRecId().

◆ $type_id

ilStudyProgrammeAdvancedMetadataRecord::$type_id = 0
protected

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

Referenced by getTypeId(), and setTypeId().


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