ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
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 $a_glo_ref_id) | |
getActiveRecords () | |
getAllFields () | |
Get all advanced metadata fields. More... | |
getColumnOrder () | |
Get column order. More... | |
saveColumnOrder (array $a_cols) | |
Save column order. More... | |
Static Public Member Functions | |
static | writeColumnOrder (int $a_glo_id, int $a_field_id, int $a_order_nr) |
Write single column order. More... | |
Protected Attributes | |
int | $glo_ref_id |
int | $glo_id |
ilDBInterface | $db |
ilLanguage | $lng |
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 Advanced meta data adapter
Definition at line 23 of file class.ilGlossaryAdvMetaDataAdapter.php.
ilGlossaryAdvMetaDataAdapter::__construct | ( | int | $a_glo_ref_id | ) |
Definition at line 30 of file class.ilGlossaryAdvMetaDataAdapter.php.
References $DIC, ilObject\_lookupObjectId(), and ILIAS\Repository\lng().
ilGlossaryAdvMetaDataAdapter::getActiveRecords | ( | ) |
Definition at line 41 of file class.ilGlossaryAdvMetaDataAdapter.php.
References ilAdvancedMDRecord\_getSelectedRecordsByObject().
ilGlossaryAdvMetaDataAdapter::getAllFields | ( | ) |
Get all advanced metadata fields.
Definition at line 49 of file class.ilGlossaryAdvMetaDataAdapter.php.
References ilAdvancedMDRecord\_getSelectedRecordsByObject(), and ilAdvancedMDFieldDefinition\getInstancesByRecordId().
Referenced by getColumnOrder().
ilGlossaryAdvMetaDataAdapter::getColumnOrder | ( | ) |
Get column order.
Definition at line 70 of file class.ilGlossaryAdvMetaDataAdapter.php.
References $db, Vendor\Package\$f, $id, $ilDB, $lng, getAllFields(), and ilLanguage\txt().
ilGlossaryAdvMetaDataAdapter::saveColumnOrder | ( | array | $a_cols | ) |
Save column order.
TODO: this is not a setting anymore, remove?
Definition at line 120 of file class.ilGlossaryAdvMetaDataAdapter.php.
References $c, $db, and $ilDB.
|
static |
Write single column order.
Definition at line 147 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by ilGlossaryImporter\finalProcessing().
|
protected |
Definition at line 27 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by getColumnOrder(), and saveColumnOrder().
|
protected |
Definition at line 26 of file class.ilGlossaryAdvMetaDataAdapter.php.
|
protected |
Definition at line 25 of file class.ilGlossaryAdvMetaDataAdapter.php.
|
protected |
Definition at line 28 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by getColumnOrder().