ILIAS  release_8 Revision v8.24
class.ilObjLanguageGUI.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
31require_once "./Services/Object/classes/class.ilObjectGUI.php";
32
34{
38 public function __construct(array $a_data, int $a_id, bool $a_call_by_reference)
39 {
40 $this->type = "lng";
41 parent::__construct($a_data, $a_id, $a_call_by_reference);
42 }
43} // END class.ilObjLanguageGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(array $a_data, int $a_id, bool $a_call_by_reference)
Constructor.
Class ilObjectGUI Basic methods of all Output classes.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc