|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilDidacticTemplateSettings:Public Member Functions | |
| getTemplates () | |
| getObjectType () | |
| readInactive () | |
| Read disabled templates. More... | |
Static Public Member Functions | |
| static | getInstance () |
| static | getInstanceByObjectType (string $a_obj_type) |
| static | lookupAssignedObjectTypes () |
Protected Member Functions | |
| read () | |
| Read active didactic templates. More... | |
Private Member Functions | |
| __construct (string $a_obj_type='') | |
Private Attributes | |
| array | $templates = [] |
| string | $obj_type = '' |
| ilDBInterface | $db |
Static Private Attributes | |
| static ilDidacticTemplateSettings | $instance = null |
| static array | $instances = [] |
Definition at line 11 of file class.ilDidacticTemplateSettings.php.
|
private |
Definition at line 22 of file class.ilDidacticTemplateSettings.php.
Here is the call graph for this function:
|
static |
Definition at line 31 of file class.ilDidacticTemplateSettings.php.
References $instance.
Referenced by ilDidacticTemplateIconFactory\initTemplates(), and ilDidacticTemplateSettingsTableGUI\parse().
Here is the caller graph for this function:
|
static |
Definition at line 40 of file class.ilDidacticTemplateSettings.php.
Referenced by ilDidacticTemplateGUI\appendToolbarSwitch(), ilSessionDataSet\applyDidacticTemplate(), and ilObjectGUI\initDidacticTemplate().
Here is the caller graph for this function:| ilDidacticTemplateSettings::getObjectType | ( | ) |
Definition at line 73 of file class.ilDidacticTemplateSettings.php.
References $obj_type.
Referenced by read(), and readInactive().
Here is the caller graph for this function:| ilDidacticTemplateSettings::getTemplates | ( | ) |
Definition at line 68 of file class.ilDidacticTemplateSettings.php.
References $templates.
|
static |
| ilDatabaseException |
Definition at line 49 of file class.ilDidacticTemplateSettings.php.
References $db, $DIC, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBInterface\query().
Referenced by ilDidacticTemplateSettingsTableFilter\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Read active didactic templates.
Definition at line 106 of file class.ilDidacticTemplateSettings.php.
References $query, $res, 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 81 of file class.ilDidacticTemplateSettings.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and getObjectType().
Here is the call graph for this function:
|
private |
Definition at line 20 of file class.ilDidacticTemplateSettings.php.
Referenced by lookupAssignedObjectTypes().
|
staticprivate |
Definition at line 13 of file class.ilDidacticTemplateSettings.php.
Referenced by getInstance().
|
staticprivate |
Definition at line 14 of file class.ilDidacticTemplateSettings.php.
|
private |
Definition at line 18 of file class.ilDidacticTemplateSettings.php.
Referenced by getObjectType().
|
private |
Definition at line 17 of file class.ilDidacticTemplateSettings.php.
Referenced by getTemplates().