ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilObjStudyProgrammeAdmin.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3require_once("./Services/Object/classes/class.ilObject2.php");
12 const SETTING_VISIBLE_ON_PD = "prgs_visible_on_personal_desktop";
15
22 public function __construct($a_id = 0, $a_call_by_reference = true) {
23 parent::__construct($a_id, $a_call_by_reference);
24 }
25
31 public function initType() {
32 $this->type = "prgs";
33 }
34}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjStudyProgrammeAdmin.
__construct($a_id=0, $a_call_by_reference=true)
Constructor.
Class ilObject2 This is an intermediate progress of ilObject class.