ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilFolderLP.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 class ilFolderLP extends ilObjectLP
27 {
28  public static function getDefaultModes(bool $lp_active): array
29  {
30  return [
32  ];
33  }
34 
35  public function getDefaultMode(): int
36  {
38  }
39 
40  public function getValidModes(): array
41  {
42  return [
45  ];
46  }
47 }
static getDefaultModes(bool $lp_active)
Folder to lp connector.