ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Copy a didactic template and all subitems. More...
Public Member Functions | |
__construct (int $a_tpl_id) | |
getTemplateId () | |
getNewTemplateId () | |
start () | |
Start copy process. More... | |
Static Public Member Functions | |
static | appendCopyInfo (string $a_orig_title) |
Private Attributes | |
int | $tpl_id = 0 |
int | $new_tpl_id = 0 |
Copy a didactic template and all subitems.
Definition at line 25 of file class.ilDidacticTemplateCopier.php.
ilDidacticTemplateCopier::__construct | ( | int | $a_tpl_id | ) |
Definition at line 30 of file class.ilDidacticTemplateCopier.php.
|
static |
Definition at line 35 of file class.ilDidacticTemplateCopier.php.
References $DIC, $lng, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilDidacticTemplateSetting\__clone().
ilDidacticTemplateCopier::getNewTemplateId | ( | ) |
Definition at line 63 of file class.ilDidacticTemplateCopier.php.
References $new_tpl_id.
Referenced by start().
ilDidacticTemplateCopier::getTemplateId | ( | ) |
Definition at line 58 of file class.ilDidacticTemplateCopier.php.
References $tpl_id.
Referenced by start().
ilDidacticTemplateCopier::start | ( | ) |
Start copy process.
Definition at line 71 of file class.ilDidacticTemplateCopier.php.
References ilDidacticTemplateActionFactory\getActionsByTemplateId(), getNewTemplateId(), and getTemplateId().
Referenced by ilDidacticTemplateSettingsGUI\copyTemplate().
|
private |
Definition at line 28 of file class.ilDidacticTemplateCopier.php.
Referenced by getNewTemplateId().
|
private |
Definition at line 27 of file class.ilDidacticTemplateCopier.php.
Referenced by getTemplateId().