ILIAS  trunk Revision v12.0_alpha-1541-g23eaa5e013d
class.ilObjCalendarSettings.php
Go to the documentation of this file.
1<?php
2
26{
30 public function __construct($a_id = 0, $a_call_by_reference = true)
31 {
32 $this->type = "cals";
33 parent::__construct($a_id, $a_call_by_reference);
34 }
35} // END class.ilObjCalendarSettings
__construct($a_id=0, $a_call_by_reference=true)
@inheritDoc
Class ilObject Basic functions for all objects.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc