ILIAS  release_8 Revision v8.24
class.ilFolderLP.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
24{
25 public static function getDefaultModes(bool $lp_active): array
26 {
27 return [
29 ];
30 }
31
32 public function getDefaultMode(): int
33 {
35 }
36
37 public function getValidModes(): array
38 {
39 return [
42 ];
43 }
44}
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...