ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilSessionLP.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
29{
30 public static function getDefaultModes(bool $a_lp_active): array
31 {
32 return array(
35 );
36 }
37
38 public function getDefaultMode(): int
39 {
41 }
42
43 public function getValidModes(): array
44 {
45 return array(
48 );
49 }
50}
Base class for object lp connectors.
static getDefaultModes(bool $a_lp_active)
Get available type-specific default modes (no administration needed)