ILIAS  release_8 Revision v8.23
class.ilLOPageGUI.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=0);
4 
30 {
31  public function __construct(int $a_id = 0, int $a_old_nr = 0, string $a_lang = "")
32  {
33  parent::__construct("lobj", $a_id, $a_old_nr, false, $a_lang);
34  }
35 
36  public function finishEditing(): void
37  {
38  $this->ctrl->returnToParent($this);
39  }
40 }
Class ilPageObjectGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $a_id=0, int $a_old_nr=0, string $a_lang="")
__construct(Container $dic, ilPlugin $plugin)