ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilSessionLP.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
28 class ilSessionLP extends ilObjectLP
29 {
30  public static function getDefaultModes(bool $a_lp_active): array
31  {
32  return array(
35  );
36  }
37 
38  public function getDefaultMode(): int
39  {
41  }
42 
43  public function getValidModes(): array
44  {
45  return array(
48  );
49  }
50 }
static getDefaultModes(bool $a_lp_active)