|
ILIAS
release_8 Revision v8.24
|
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 |
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 | ) |
Definition at line 33 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $id.
| ilStudyProgrammeAdvancedMetadataRecord::getId | ( | ) |
Definition at line 38 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $id.
Referenced by ilStudyProgrammeTypeDBRepository\deleteAMDRecord(), and ilStudyProgrammeTypeDBRepository\updateAMDRecord().
Here is the caller graph for this function:| 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:| 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:| ilStudyProgrammeAdvancedMetadataRecord::setId | ( | int | $id | ) |
Definition at line 43 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $id.
| ilStudyProgrammeAdvancedMetadataRecord::setRecId | ( | int | $rec_id | ) |
Definition at line 63 of file class.ilStudyProgrammeAdvancedMetadataRecord.php.
References $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().