| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilDidacticTemplateSettings:
 Collaboration diagram for ilDidacticTemplateSettings:| Public Member Functions | |
| getTemplates () | |
| Get templates. | |
| getObjectType () | |
| Get object type. | |
| readInactive () | |
| Read disabled templates. | |
| Static Public Member Functions | |
| static | getInstance () | 
| Get singelton instance. | |
| static | getInstanceByObjectType ($a_obj_type) | 
| Get instance by obj type. | |
| Protected Member Functions | |
| read () | |
| Read active didactic templates  ilDB $ilDB. | |
| Private Member Functions | |
| __construct ($a_obj_type= '') | |
| Constructor. | |
| 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:
 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:
 Here is the caller graph for this function:| 
 | static | 
Get instance by obj type.
| string | $a_obj_type | 
Definition at line 49 of file class.ilDidacticTemplateSettings.php.
Referenced by ilDidacticTemplateGUI\appendToolbarSwitch(), and ilObjectGUI\initDidacticTemplate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDidacticTemplateSettings::getObjectType | ( | ) | 
Get object type.
Definition at line 71 of file class.ilDidacticTemplateSettings.php.
References $obj_type.
Referenced by read(), and readInactive().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDidacticTemplateSettings::getTemplates | ( | ) | 
Get templates.
Definition at line 62 of file class.ilDidacticTemplateSettings.php.
References $templates.
| 
 | protected | 
Read active didactic templates ilDB $ilDB.
Definition at line 110 of file class.ilDidacticTemplateSettings.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, and getObjectType().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDidacticTemplateSettings::readInactive | ( | ) | 
Read disabled templates.
Definition at line 79 of file class.ilDidacticTemplateSettings.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, and getObjectType().
 Here is the call graph for this function:
 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().