ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilLTIConsumerLP.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
30{
34 public static function getDefaultModes(bool $a_lp_active): array
35 {
36 return array(
39 );
40 }
41
42 public function getDefaultMode(): int
43 {
45 }
46
50 public function getValidModes(): array
51 {
52 return array(
55 );
56 }
57}
static getDefaultModes(bool $a_lp_active)
Base class for object lp connectors.