ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 |
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
Definition at line 27 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
ilStudyProgrammeAdvancedMetadataRecord::__construct | ( | int | $id | ) |
ilStudyProgrammeAdvancedMetadataRecord::getId | ( | ) |
Definition at line 38 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $id.
Referenced by ilStudyProgrammeTypeDBRepository\deleteAMDRecord(), and ilStudyProgrammeTypeDBRepository\updateAMDRecord().
ilStudyProgrammeAdvancedMetadataRecord::getRecId | ( | ) |
Definition at line 58 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $rec_id.
Referenced by ilStudyProgrammeTypeDBRepository\updateAMDRecord().
ilStudyProgrammeAdvancedMetadataRecord::getTypeId | ( | ) |
Definition at line 48 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $type_id.
Referenced by ilStudyProgrammeTypeDBRepository\updateAMDRecord().
ilStudyProgrammeAdvancedMetadataRecord::setId | ( | int | $id | ) |
ilStudyProgrammeAdvancedMetadataRecord::setRecId | ( | int | $rec_id | ) |
ilStudyProgrammeAdvancedMetadataRecord::setTypeId | ( | int | $type_id | ) |
Definition at line 53 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $type_id.
|
protected |
Definition at line 29 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
Referenced by __construct(), getId(), and setId().
|
protected |
Definition at line 31 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
Referenced by getRecId(), and setRecId().
|
protected |
Definition at line 30 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
Referenced by getTypeId(), and setTypeId().