|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 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().
Here is the caller graph for this function:| ilDidacticTemplateCopier::getNewTemplateId | ( | ) |
Definition at line 63 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 58 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 71 of file class.ilDidacticTemplateCopier.php.
References ilDidacticTemplateActionFactory\getActionsByTemplateId(), getNewTemplateId(), and getTemplateId().
Here is the call graph for this function:
|
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().