ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilDataCollectionCache. More...
Static Public Member Functions | |
static | getTableCache ($table_id=0) |
static | getFieldCache ($field_id=0) |
static | getRecordCache ($record_id=0) |
static | getRecordFieldCache ($record, $field) |
static | getInstance ($record, $field) |
@description This function is used to decide which type of record field is to be instanciated. More... | |
static | buildFieldFromRecord ($rec) |
Static Protected Attributes | |
static | $tables_cache |
static | $fields_cache |
static | $records_cache |
static | $record_field_cache |
Class ilDataCollectionCache.
Definition at line 15 of file class.ilDataCollectionCache.php.
|
static |
$rec |
Definition at line 140 of file class.ilDataCollectionCache.php.
References $fields_cache.
Referenced by ilDataCollectionTable\loadFields().
|
static |
int | $field_id |
Definition at line 60 of file class.ilDataCollectionCache.php.
References $fields_cache.
Referenced by ilDataCollectionFieldEditGUI\__construct(), ilDataCollectionDatatype\addFilterInputFieldToTable(), ilDataCollectionField\cloneStructure(), ilObjDataCollection\cloneStructure(), ilDataCollectionTable\deleteField(), ilDataCollectionFieldListTableGUI\fillRow(), ilDataCollectionTable\getPartialRecords(), ilDataCollectionReferenceField\getReferenceFromValue(), ilDataCollectionRecordEditGUI\initForm(), and ilDataCollectionNReferenceField\loadValueSorted().
|
static |
@description This function is used to decide which type of record field is to be instanciated.
$record | ilDataCollectionRecord |
$field | ilDataCollectionField |
Definition at line 113 of file class.ilDataCollectionCache.php.
References ilDataCollectionDatatype\INPUTFORMAT_FORMULA, ilDataCollectionDatatype\INPUTFORMAT_ILIAS_REF, ilDataCollectionDatatype\INPUTFORMAT_RATING, ilDataCollectionDatatype\INPUTFORMAT_REFERENCE, and ilDataCollectionDatatype\INPUTFORMAT_TEXT.
Referenced by getRecordFieldCache().
|
static |
int | $record_id |
Definition at line 75 of file class.ilDataCollectionCache.php.
References $records_cache.
Referenced by ilDataCollectionRecordViewGUI\__construct(), ilDataCollectionNReferenceFieldGUI\buildTemplate(), ilDataCollectionRecordEditGUI\confirmDelete(), ilDataCollectionRecordEditGUI\delete(), ilDataCollectionRecordViewGUI\doExtReplace(), ilDataCollectionRecordEditGUI\executeCommand(), ilDataCollectionNReferenceField\getExportValue(), ilDataCollectionReferenceField\getExportValue(), ilDataCollectionNReferenceFieldGUI\getHTML(), ilDataCollectionReferenceField\getLinkHTML(), ilDataCollectionTable\getPartialRecords(), ilDataCollectionRecordEditGUI\getRecordData(), ilDataCollectionRecordEditGUI\initForm(), ilDataCollectionTable\loadRecords(), ilDataCollectionRecordEditGUI\save(), ilDataCollectionRecordListGUI\sendFile(), ilObjDataCollection\sendNotification(), and ilDataCollectionRecordEditGUI\setFormValues().
|
static |
$field | ilDataCollectionField |
$record | ilDataCollectionRecord |
Definition at line 91 of file class.ilDataCollectionCache.php.
References getInstance().
Referenced by ilDataCollectionTable\getPartialRecords(), ilDataCollectionRecordListTableGUI\getStatus(), and ilDataCollectionRecord\loadRecordFields().
|
static |
int | $table_id |
Definition at line 42 of file class.ilDataCollectionCache.php.
References $tables_cache.
Referenced by ilDataCollectionFieldListTableGUI\__construct(), ilDataCollectionILIASRefField\__construct(), ilDataCollectionRatingField\__construct(), ilDataCollectionReferenceField\__construct(), ilDataCollectionTableEditGUI\__construct(), ilDataCollectionRecordListGUI\__construct(), ilDataCollectionFieldEditGUI\__construct(), ilDataCollectionDatatype\addFilterInputFieldToTable(), ilDataCollectionField\checkValidity(), ilObjDataCollection\cloneStructure(), ilDataCollectionFieldListGUI\deleteFields(), ilObjDataCollection\doCreate(), ilDataCollectionTableEditGUI\edit(), ilObjDataCollectionGUI\emptyInfo(), ilDataCollectionRecordEditGUI\executeCommand(), ilDataCollectionRecordViewViewdefinition\getAvailablePlaceholders(), ilDataCollectionReferenceField\getReferenceFromValue(), ilObjDataCollection\getTables(), ilDataCollectionFieldEditGUI\initForm(), ilDataCollectionRecordEditGUI\initForm(), ilDataCollectionRecord\loadTable(), ilDataCollectionRecordViewGUI\renderRecord(), ilDataCollectionTableEditGUI\save(), ilDataCollectionFieldListGUI\save(), and ilObjDataCollection\sendNotification().
|
staticprotected |
Definition at line 24 of file class.ilDataCollectionCache.php.
Referenced by buildFieldFromRecord(), and getFieldCache().
|
staticprotected |
Definition at line 34 of file class.ilDataCollectionCache.php.
|
staticprotected |
Definition at line 28 of file class.ilDataCollectionCache.php.
Referenced by getRecordCache().
|
staticprotected |
Definition at line 20 of file class.ilDataCollectionCache.php.
Referenced by getTableCache().