ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilLSLP.php
Go to the documentation of this file.
1<?php
2
21declare(strict_types=1);
22
29class ilLSLP extends ilObjectLP
30{
31 public static function getDefaultModes($a_lp_active)
32 {
33 if (!$a_lp_active) {
34 return [
36 ];
37 }
38 return [
41 ];
42 }
43
44 public function getDefaultMode()
45 {
47 }
48
49 public function getValidModes()
50 {
51 return array(
54 );
55 }
56}
An exception for terminatinating execution or to throw for unit testing.
‍5ae4bd192a1... LSO: 34712, return LP_MODE_COLLECTION in LP defaults lp connector
static getDefaultModes($a_lp_active)
Get available type-specific default modes (no administration needed)
getDefaultMode()
getValidModes()