ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ilFileLP.php
Go to the documentation of this file.
1 <?php
24 class ilFileLP extends ilObjectLP
25 {
29  public static function getDefaultModes(bool $a_lp_active): array
30  {
31  return [
35  ];
36  }
37 
38  public function getDefaultMode(): int
39  {
41  }
42 
43  public function getValidModes(): array
44  {
45  return [
49  ];
50  }
51 }
static getDefaultModes(bool $a_lp_active)