ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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)