ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjLearningSequenceAdmin.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
8 {
9  public function __construct($a_id = 0, $a_call_by_reference = true)
10  {
11  parent::__construct($a_id, $a_call_by_reference);
12  }
13 
14  public function initType()
15  {
16  $this->type = "lsos";
17  }
18 }
__construct($a_id=0, $a_call_by_reference=true)
__construct(Container $dic, ilPlugin $plugin)
Class ilObjLearningSequenceAdmin.