ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilLOPageGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=0);
20 
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.
(Course) learning objective page GUI class
__construct(int $a_id=0, int $a_old_nr=0, string $a_lang="")
__construct(Container $dic, ilPlugin $plugin)