00001 <?php 00002 /* 00003 +-----------------------------------------------------------------------------+ 00004 | ILIAS open source | 00005 | Dateplaner Modul | 00006 +-----------------------------------------------------------------------------+ 00007 | Copyright (c) 2006 ILIAS open source & University of Applied Sciences Bremen| 00008 | | 00009 | This program is free software; you can redistribute it and/or | 00010 | modify it under the terms of the GNU General Public License | 00011 | as published by the Free Software Foundation; either version 2 | 00012 | of the License, or (at your option) any later version. | 00013 | | 00014 | This program is distributed in the hope that it will be useful, | 00015 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 00016 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 00017 | GNU General Public License for more details. | 00018 | | 00019 | You should have received a copy of the GNU General Public License | 00020 | along with this program; if not, write to the Free Software | 00021 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 00022 +-----------------------------------------------------------------------------+ 00023 */ 00024 00035 class ilCalInterface 00036 { 00037 00051 var $ilias; 00052 00058 var $iliasRootDir; 00059 00065 var $modulDir; 00066 00067 00073 var $relCSCWDir; 00074 00075 00081 var $dbaseIlias; 00082 00088 var $dbaseCscw; 00089 00095 var $host; 00096 00102 var $mysqlUser; 00103 00109 var $mysqlPass; 00110 00116 var $allUserId; 00117 00126 var $usingFrames; 00127 00137 var $uId; 00138 00144 var $uPrefs; 00145 00151 var $templPath; 00152 00158 var $skinPath; 00159 00165 00172 00180 00191 00199 00244 00260 00292 00340 00351 00362 00373 00384 00395 00423 00432 00441 00450 00459 00468 00477 00486 00512 00547 00588 00600 00638 00665 00697
1.7.1