ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilMediaCastLP.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4require_once 'Services/Object/classes/class.ilObjectLP.php';
5
12{
13 public static function getDefaultModes($a_lp_active)
14 {
15 return array(
17 );
18 }
19
23 public function getDefaultMode()
24 {
26 }
27
28 public function getValidModes()
29 {
30 return array(
33 );
34 }
35}
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)