3 declare(strict_types=1);
18 $this->tpl_id = $a_tpl_id;
25 $db = $DIC->database();
26 $lng = $DIC->language();
28 $query =
'SELECT title FROM didactic_tpl_settings ' .
29 'WHERE title = ' . $db->quote($a_orig_title,
'text');
39 return $a_orig_title .
' ' .
$lng->txt(
'copy_of_suffix');
41 return $a_orig_title .
' ' . sprintf(
$lng->txt(
'copy_n_of_suffix'), $num);
62 $this->new_tpl_id = $copy->getId();
65 $copy->getIconHandler()->copy($orig);
72 $trans = $orig->getTranslationObject();
73 $copy_trans = $trans->copy($this->new_tpl_id);
74 $copy_trans->addLanguage($trans->getDefaultLanguage(), $copy->getTitle(), $copy->getDescription(),
true,
true);
static appendCopyInfo(string $a_orig_title)
Copy a didactic template and all subitems.
start()
Start copy process.
static getActionsByTemplateId(int $a_tpl_id)
Get actions of one template.
__construct(int $a_tpl_id)