ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
class.ilFileLP.php
Go to the documentation of this file.
1 <?php
2 
25 class ilFileLP extends ilObjectLP
26 {
30  #[\Override]
31  public static function getDefaultModes(bool $a_lp_active): array
32  {
33  return [
37  ];
38  }
39 
40  #[\Override]
41  public function getDefaultMode(): int
42  {
44  }
45 
46  #[\Override]
47  public function getValidModes(): array
48  {
49  return [
53  ];
54  }
55 }
static getDefaultModes(bool $a_lp_active)