|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Stores the applied template id for objects. More...
Collaboration diagram for ilDidacticTemplateObjSettings:Static Public Member Functions | |
| static | lookupTemplateId ($a_ref_id) |
| Lookup template id @global ilDB $ilDB. More... | |
| static | deleteByObjId ($a_obj_id) |
| Delete by obj id @global ilDB $ilDB. More... | |
| static | deleteByTemplateId ($a_tpl_id) |
| Delete by template id @global ilDB $ilDB. More... | |
| static | deleteByRefId ($a_ref_id) |
| Delete by ref_id @global ilDB $ilDB. More... | |
| static | assignTemplate ($a_ref_id, $a_obj_id, $a_tpl_id) |
| Assign template to object @global ilDB $ilDB. More... | |
| static | getAssignmentsByTemplateID ($a_tpl_id) |
| Lookup template id @global ilDB $ilDB. More... | |
| static | transferAutoGenerateStatus ($a_src, $a_dest) |
| transfer auto generated flag if source is auto generated More... | |
Stores the applied template id for objects.
Definition at line 10 of file class.ilDidacticTemplateObjSettings.php.
|
static |
Assign template to object @global ilDB $ilDB.
| int | $a_obj_id | |
| int | $a_tpl_id |
Definition at line 86 of file class.ilDidacticTemplateObjSettings.php.
References $ilDB, $query, and deleteByRefId().
Referenced by ilObject\applyDidacticTemplate(), and ilDidacticTemplateSettingsGUI\editImport().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Delete by obj id @global ilDB $ilDB.
| int | $a_obj_id |
Definition at line 39 of file class.ilDidacticTemplateObjSettings.php.
|
static |
Delete by ref_id @global ilDB $ilDB.
| int | $a_ref_id |
Definition at line 70 of file class.ilDidacticTemplateObjSettings.php.
Referenced by assignTemplate().
Here is the caller graph for this function:
|
static |
Delete by template id @global ilDB $ilDB.
| int | $a_tpl_id |
Definition at line 55 of file class.ilDidacticTemplateObjSettings.php.
Referenced by ilDidacticTemplateSetting\delete().
Here is the caller graph for this function:
|
static |
Lookup template id @global ilDB $ilDB.
| int | $a_tpl_id |
Definition at line 107 of file class.ilDidacticTemplateObjSettings.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilDidacticTemplateSettingsGUI\editImport().
Here is the caller graph for this function:
|
static |
Lookup template id @global ilDB $ilDB.
| int | $a_ref_id |
Definition at line 19 of file class.ilDidacticTemplateObjSettings.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilContainerGUI\afterUpdate(), ilDidacticTemplateGUI\appendToolbarSwitch(), ilRbacAdmin\applyMovedObjectDidacticTemplates(), ilObject\cloneDependencies(), ilObjGroup\cloneObject(), ilDidacticTemplateGUI\confirmTemplateSwitch(), ilContainerGUI\getEditFormValues(), ilObjectGUI\initDidacticTemplate(), ilDidacticTemplateUtils\switchTemplate(), and ilObjGroupGUI\updateObject().
Here is the caller graph for this function:
|
static |
transfer auto generated flag if source is auto generated
| int | $a_src | |
| int | $a_dest |
Definition at line 130 of file class.ilDidacticTemplateObjSettings.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilDidacticTemplateSettingsGUI\editImport().
Here is the caller graph for this function: