|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilDidacticTemplateSettings:Public Member Functions | |
| getTemplates () | |
| Get templates. More... | |
| getObjectType () | |
| Get object type. More... | |
| readInactive () | |
| Read disabled templates. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Get singelton instance. More... | |
| static | getInstanceByObjectType ($a_obj_type) |
| Get instance by obj type. More... | |
Protected Member Functions | |
| read () | |
| Read active didactic templates @global ilDB $ilDB. More... | |
Private Member Functions | |
| __construct ($a_obj_type='') | |
| Constructor. More... | |
Private Attributes | |
| $templates = array() | |
| $obj_type = '' | |
Static Private Attributes | |
| static | $instance = null |
| static | $instances = null |
Definition at line 12 of file class.ilDidacticTemplateSettings.php.
|
private |
Constructor.
| int | $a_id |
Definition at line 25 of file class.ilDidacticTemplateSettings.php.
References read().
Here is the call graph for this function:
|
static |
Get singelton instance.
Definition at line 35 of file class.ilDidacticTemplateSettings.php.
References $instance.
Referenced by ilDidacticTemplateSettingsTableGUI\parse().
Here is the caller graph for this function:
|
static |
Get instance by obj type.
| string | $a_obj_type |
Definition at line 48 of file class.ilDidacticTemplateSettings.php.
Referenced by ilDidacticTemplateGUI\appendToolbarSwitch(), ilSessionDataSet\applyDidacticTemplate(), ilObjectGUI\initDidacticTemplate(), and ilObjGroup\updateGroupType().
Here is the caller graph for this function:| ilDidacticTemplateSettings::getObjectType | ( | ) |
Get object type.
Definition at line 69 of file class.ilDidacticTemplateSettings.php.
References $obj_type.
Referenced by read(), and readInactive().
Here is the caller graph for this function:| ilDidacticTemplateSettings::getTemplates | ( | ) |
Get templates.
Definition at line 60 of file class.ilDidacticTemplateSettings.php.
References $templates.
|
protected |
Read active didactic templates @global ilDB $ilDB.
Definition at line 106 of file class.ilDidacticTemplateSettings.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and getObjectType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDidacticTemplateSettings::readInactive | ( | ) |
Read disabled templates.
Definition at line 77 of file class.ilDidacticTemplateSettings.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and getObjectType().
Here is the call graph for this function:
|
staticprivate |
Definition at line 14 of file class.ilDidacticTemplateSettings.php.
Referenced by getInstance().
|
staticprivate |
Definition at line 15 of file class.ilDidacticTemplateSettings.php.
|
private |
Definition at line 19 of file class.ilDidacticTemplateSettings.php.
Referenced by getObjectType().
|
private |
Definition at line 18 of file class.ilDidacticTemplateSettings.php.
Referenced by getTemplates().