|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 12 of file class.ilGlossaryAdvMetaDataAdapter.php.
| ilGlossaryAdvMetaDataAdapter::__construct | ( | $a_glo_ref_id | ) |
Constructor.
Definition at line 27 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 41 of file class.ilGlossaryAdvMetaDataAdapter.php.
References $def, 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 67 of file class.ilGlossaryAdvMetaDataAdapter.php.
References $columns, $db, $id, $ilDB, $lng, and getAllFields().
Here is the call graph for this function:| ilGlossaryAdvMetaDataAdapter::saveColumnOrder | ( | $a_cols | ) |
Save column order.
return
Definition at line 119 of file class.ilGlossaryAdvMetaDataAdapter.php.
|
static |
Write single column order.
return
Definition at line 150 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by ilGlossaryImporter\finalProcessing().
Here is the caller graph for this function:
|
protected |
Definition at line 17 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by getColumnOrder(), and saveColumnOrder().
|
protected |
Definition at line 22 of file class.ilGlossaryAdvMetaDataAdapter.php.
Referenced by getColumnOrder().