ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilLearningModuleLP.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13{
14 public static function getDefaultModes($a_lp_active)
15 {
16 if (!$a_lp_active) {
17 return array(
21 );
22 } else {
23 return array(
28 );
29 }
30 }
31
32 public function getDefaultMode()
33 {
35 }
36
37 public function getValidModes()
38 {
39 return array(
48 );
49 }
50}
An exception for terminatinating execution or to throw for unit testing.
static getDefaultModes($a_lp_active)
Get available type-specific default modes (no administration needed)