Documentation is available at erek_compdepartmentclass.php
1 <?php
2 /**
3 * @author Jan H. Andersen <jha@ipwsystems.dk>
4 * @author Martin R. Larsen <mrl@ipwsystems.dk>
5 * @copyright {@link http://www.ipwsystems.dk/ IPW Systems a.s}
6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
7 * @package eReklamation
8 * @subpackage core
9 * $Id: erek_compdepartmentclass.php,v 1.3 2005/02/15 12:22:25 jan Exp $
10 */
11
12 global $system_path;
13 require_once($system_path.'core/basicclass.php');
14
15 class erek_compdepartment extends basic {
16
17 function erek_compdepartment() {
18 $this->basic();
19 $this->setobjecttype('compdepartment');
20 $this->addcolumn('name',0,UI_STRING);
21 $this->removeview('createvariant');
22 $this->removeview('createfuture');
23 $this->removeview('approvepublish');
24 $this->removeview('requestapproval');
25 $this->removeview('access');
26 $this->removeview('category');
27 }
28
29 }
Documentation generated on Thu, 9 Jun 2005 06:52:13 +0200 by phpDocumentor 1.2.3