3 declare(strict_types=0);
37 public function __construct(
int $a_id = 0,
int $a_id_type = self::REPOSITORY_NODE_ID,
int $a_parent_node_id = 0)
40 $DIC[
'lng']->loadLanguageModule(
'cld');
48 if ($this->
ctrl->getCmd() ==
"delete") {
52 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'abandoned'),
true);
New implementation of ilObjectGUI.
__construct(int $a_id=0, int $a_id_type=self::REPOSITORY_NODE_ID, int $a_parent_node_id=0)
redirectToRefId(int $ref_id, string $cmd="")
redirects to (repository) view per ref id usually to a container and usually used at the end of a sav...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)