ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilContainerStartObjectsPageGUI.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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 }
__construct(int $a_id=0, int $a_old_nr=0, string $a_lang="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPageObjectGUI.
__construct(Container $dic, ilPlugin $plugin)