ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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}
Class ilObjStudyProgrammeAdmin.
__construct($a_id=0, $a_call_by_reference=true)
Constructor.
Class ilObject2 This is an intermediate progress of ilObject class.