ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 
4 require_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 }
static getDefaultModes($a_lp_active)
Create styles array
The data for the language used.