ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilLSLP.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
10 class ilLSLP extends ilObjectLP
11 {
12  public static function getDefaultModes($a_lp_active)
13  {
14  return array(
16  );
17  }
18 
19  public function getDefaultMode()
20  {
22  }
23 
24  public function getValidModes()
25  {
26  return array(
29  );
30  }
31 }
getValidModes()
lp connector
static getDefaultModes($a_lp_active)
getDefaultMode()