ILIAS  release_8 Revision v8.23
class.ilLTIConsumerLP.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getDefaultModes(bool $a_lp_active)