ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilContainerStartObjectsPageGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
__construct(int $a_id=0, int $a_old_nr=0, string $a_lang="")
Container start objects page GUI class.
Class ilPageObjectGUI.
__construct(Container $dic, ilPlugin $plugin)