ILIAS  trunk Revision v11.0_alpha-1753-gb21ca8c4367
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilMediaCastLP.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  public static function getDefaultModes(bool $a_lp_active): array
26  {
27  return array(
29  );
30  }
31 
32  public function getDefaultMode(): int
33  {
35  }
36 
37  public function getValidModes(): array
38  {
39  return array(
42  );
43  }
44 }
static getDefaultModes(bool $a_lp_active)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...