|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Advanced meta data adapter. More...
Collaboration diagram for ilGlossaryAdvMetaDataAdapter:Public Member Functions | |
| __construct ($a_glo_ref_id) | |
| Constructor. More... | |
| getAllFields () | |
| Get all advanced metadata fields. More... | |
| getColumnOrder () | |
| Get column order. More... | |
| saveColumnOrder ($a_cols) | |
| Save column order. More... | |
Static Public Member Functions | |
| static | writeColumnOrder ($a_glo_id, $a_field_id, $a_order_nr) |
| Write single column order. More... | |
Protected Attributes | |
| $db | |
| $lng | |
Advanced meta data adapter.
Definition at line 10 of file class.ilGlossaryAdvMetaDataAdapter.php.
| ilGlossaryAdvMetaDataAdapter::__construct | ( | $a_glo_ref_id | ) |
Constructor.
Definition at line 25 of file class.ilGlossaryAdvMetaDataAdapter.php.
References $DIC, and ilObject\_lookupObjectId().
Here is the call graph for this function:| ilGlossaryAdvMetaDataAdapter::getAllFields | ( | ) |
Get all advanced metadata fields.
Definition at line 39 of file class.ilGlossaryAdvMetaDataAdapter.php.
References ilAdvancedMDRecord\_getSelectedRecordsByObject(), and ilAdvancedMDFieldDefinition\getInstancesByRecordId().
Referenced by getColumnOrder().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlossaryAdvMetaDataAdapter::getColumnOrder | ( | ) |
Get column order.
return
Definition at line 63 of file class.ilGlossaryAdvMetaDataAdapter.php.
References $columns, $db, Vendor\Package\$f, $ilDB, $lng, and getAllFields().
Here is the call graph for this function:| ilGlossaryAdvMetaDataAdapter::saveColumnOrder | ( | $a_cols | ) |
Save column order.
return
Definition at line 115 of file class.ilGlossaryAdvMetaDataAdapter.php.
|
static |
Write single column order.
return
Definition at line 146 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by ilGlossaryImporter\finalProcessing().
Here is the caller graph for this function:
|
protected |
Definition at line 15 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by getColumnOrder(), and saveColumnOrder().
|
protected |
Definition at line 20 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by getColumnOrder().