ILIAS  release_8 Revision v8.24
class.ilLTIConsumerLP.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...