|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 87 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 40 of file class.ilDidacticTemplateObjSettings.php.
Referenced by ilObject\delete().
Here is the caller graph for this function:
|
static |
Delete by ref_id @global ilDB $ilDB.
| int | $a_ref_id |
Definition at line 71 of file class.ilDidacticTemplateObjSettings.php.
Referenced by assignTemplate(), and ilObject\delete().
Here is the caller graph for this function:
|
static |
Delete by template id @global ilDB $ilDB.
| int | $a_tpl_id |
Definition at line 56 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 108 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(), ilDidacticTemplateGUI\confirmTemplateSwitch(), 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 132 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: