ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilFileLP.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
11class ilFileLP extends ilObjectLP
12{
13 public static function getDefaultModes($a_lp_active)
14 {
15 return array(
18 );
19 }
20
21 public function getDefaultMode()
22 {
24 }
25
26 public function getValidModes()
27 {
28 return array(
31 );
32 }
33}
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)