|
ILIAS
release_8 Revision v8.24
|
Copy a didactic template and all subitems. More...
Collaboration diagram for ilDidacticTemplateCopier: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 11 of file class.ilDidacticTemplateCopier.php.
| ilDidacticTemplateCopier::__construct | ( | int | $a_tpl_id | ) |
Definition at line 16 of file class.ilDidacticTemplateCopier.php.
|
static |
Definition at line 21 of file class.ilDidacticTemplateCopier.php.
References $DIC, $lng, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilDidacticTemplateSetting\__clone().
Here is the caller graph for this function:| ilDidacticTemplateCopier::getNewTemplateId | ( | ) |
Definition at line 49 of file class.ilDidacticTemplateCopier.php.
References $new_tpl_id.
Referenced by start().
Here is the caller graph for this function:| ilDidacticTemplateCopier::getTemplateId | ( | ) |
Definition at line 44 of file class.ilDidacticTemplateCopier.php.
References $tpl_id.
Referenced by start().
Here is the caller graph for this function:| ilDidacticTemplateCopier::start | ( | ) |
Start copy process.
Definition at line 57 of file class.ilDidacticTemplateCopier.php.
References ilDidacticTemplateActionFactory\getActionsByTemplateId(), getNewTemplateId(), and getTemplateId().
Here is the call graph for this function:
|
private |
Definition at line 14 of file class.ilDidacticTemplateCopier.php.
Referenced by getNewTemplateId().
|
private |
Definition at line 13 of file class.ilDidacticTemplateCopier.php.
Referenced by getTemplateId().