ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilFolderLP.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
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}
Folder to lp connector.
static getDefaultModes(bool $lp_active)
Get available type-specific default modes (no administration needed)
Base class for object lp connectors.