|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 25 of file class.ilDidacticTemplateSettings.php.
|
private |
Definition at line 36 of file class.ilDidacticTemplateSettings.php.
Here is the call graph for this function:
|
static |
Definition at line 45 of file class.ilDidacticTemplateSettings.php.
References $instance.
Referenced by ilDidacticTemplateSettingsGUI\confirmDelete(), ilDidacticTemplateSettingsTableDataRetrieval\getTemplates(), and ilDidacticTemplateIconFactory\initTemplates().
Here is the caller graph for this function:
|
static |
Definition at line 54 of file class.ilDidacticTemplateSettings.php.
Referenced by ilDidacticTemplateGUI\appendToolbarSwitch(), ilSessionDataSet\applyDidacticTemplate(), and ilObjectGUI\buildDidacticTemplateOptions().
Here is the caller graph for this function:| ilDidacticTemplateSettings::getObjectType | ( | ) |
Definition at line 87 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 82 of file class.ilDidacticTemplateSettings.php.
References $templates.
|
static |
| ilDatabaseException |
Definition at line 63 of file class.ilDidacticTemplateSettings.php.
References $db, $DIC, $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 120 of file class.ilDidacticTemplateSettings.php.
References $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 95 of file class.ilDidacticTemplateSettings.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and getObjectType().
Here is the call graph for this function:
|
private |
Definition at line 34 of file class.ilDidacticTemplateSettings.php.
Referenced by lookupAssignedObjectTypes().
|
staticprivate |
Definition at line 27 of file class.ilDidacticTemplateSettings.php.
Referenced by getInstance().
|
staticprivate |
Definition at line 28 of file class.ilDidacticTemplateSettings.php.
|
private |
Definition at line 32 of file class.ilDidacticTemplateSettings.php.
Referenced by getObjectType().
|
private |
Definition at line 31 of file class.ilDidacticTemplateSettings.php.
Referenced by getTemplates().