ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
Get available type-specific default modes (no administration needed)
Base class for object lp connectors.