|
ILIAS
Release_4_2_x_branch Revision 61807
|
Copy a didactic template and all subitems. More...
Collaboration diagram for ilDidacticTemplateCopier: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().
Here is the caller graph for this function:| ilDidacticTemplateCopier::getTemplateId | ( | ) |
Get template id.
Definition at line 28 of file class.ilDidacticTemplateCopier.php.
References $tpl_id.
Referenced by start().
Here is the caller graph for this function:| ilDidacticTemplateCopier::start | ( | ) |
Start copy.
Definition at line 47 of file class.ilDidacticTemplateCopier.php.
References ilDidacticTemplateActionFactory\getActionsByTemplateId(), getNewTemplateId(), and getTemplateId().
Here is the call graph for this function:
|
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().