ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilLSLP.php
Go to the documentation of this file.
1 <?php
2 
21 declare(strict_types=1);
22 
29 class ilLSLP extends ilObjectLP
30 {
31  public static function getDefaultModes($a_lp_active)
32  {
33  if (!$a_lp_active) {
34  return [
36  ];
37  }
38  return [
41  ];
42  }
43 
44  public function getDefaultMode()
45  {
47  }
48 
49  public function getValidModes()
50  {
51  return array(
54  );
55  }
56 }
getValidModes()
5ae4bd192a1...
static getDefaultModes($a_lp_active)
getDefaultMode()