ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilLOPageGUI.php
Go to the documentation of this file.
1<?php
2
19declare(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}
(Course) learning objective page GUI class
__construct(int $a_id=0, int $a_old_nr=0, string $a_lang="")
Class ilPageObjectGUI.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc