ILIAS
Release_4_4_x_branch Revision 61816
|
Copy a didactic template and all subitems. More...
Public Member Functions | |
__construct ($a_tpl_id) | |
Constructor. | |
getTemplateId () | |
Get template id. | |
getNewTemplateId () | |
Get new template id. | |
start () | |
Start copy. |
Private Attributes | |
$tpl_id = 0 | |
$new_tpl_id = 0 |
Copy a didactic template and all subitems.
Definition at line 10 of file class.ilDidacticTemplateCopier.php.
ilDidacticTemplateCopier::__construct | ( | $a_tpl_id | ) |
Constructor.
int | $a_tpl_id |
Definition at line 19 of file class.ilDidacticTemplateCopier.php.
ilDidacticTemplateCopier::getNewTemplateId | ( | ) |
Get new template id.
Definition at line 37 of file class.ilDidacticTemplateCopier.php.
References $new_tpl_id.
Referenced by start().
ilDidacticTemplateCopier::getTemplateId | ( | ) |
Get template id.
Definition at line 28 of file class.ilDidacticTemplateCopier.php.
References $tpl_id.
Referenced by start().
ilDidacticTemplateCopier::start | ( | ) |
Start copy.
Definition at line 47 of file class.ilDidacticTemplateCopier.php.
References ilDidacticTemplateActionFactory\getActionsByTemplateId(), getNewTemplateId(), and getTemplateId().
|
private |
Definition at line 13 of file class.ilDidacticTemplateCopier.php.
Referenced by getNewTemplateId().
|
private |
Definition at line 12 of file class.ilDidacticTemplateCopier.php.
Referenced by getTemplateId().