ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilContainerStartObjectsPageGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
31{
32 public function __construct(int $a_id = 0, int $a_old_nr = 0, string $a_lang = "")
33 {
34 parent::__construct("cstr", $a_id, $a_old_nr, false, $a_lang);
35 }
36
37 public function finishEditing(): void
38 {
39 $this->ctrl->redirectByClass(
40 "ilcontainerstartobjectsgui",
41 "listStructure"
42 );
43 }
44}
Container start objects page GUI class.
__construct(int $a_id=0, int $a_old_nr=0, string $a_lang="")
Class ilPageObjectGUI.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc