ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilLSLP.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
10class ilLSLP extends ilObjectLP
11{
12 public static function getDefaultModes($a_lp_active)
13 {
14 return array(
16 );
17 }
18
19 public function getDefaultMode()
20 {
22 }
23
24 public function getValidModes()
25 {
26 return array(
29 );
30 }
31}
An exception for terminatinating execution or to throw for unit testing.
lp connector
static getDefaultModes($a_lp_active)
Get available type-specific default modes (no administration needed)
getDefaultMode()
getValidModes()