ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilHTMLLearningModuleLP.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  public static function getDefaultModes(bool $lp_active): array
26  {
27  if (!$lp_active) {
28  return array(
30  );
31  } else {
32  return array(
36  );
37  }
38  }
39 
40  public function getDefaultMode(): int
41  {
43  }
44 
45  public function getValidModes(): array
46  {
47  return array(
51  );
52  }
53 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getDefaultModes(bool $lp_active)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...