Documentation is available at edocument_edoccorrectionclass.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: edocument_edoccorrectionclass.php,v 1.1 2005/02/04 05:04:13 jan Exp $
10 */
11
12 global $system_path;
13 require_once($system_path.'core/basicclass.php');
14
15 class edocument_edoccorrection extends basic {
16
17 function edocument_edoccorrection() {
18 $this->basic();
19 $this->setobjecttype('edoccorrection');
20 $this->addcolumn('name',0,UI_STRING);
21 $this->removeview('createvariant');
22 $this->removeview('access');
23 $this->removeview('category');
24 }
25
26 }
Documentation generated on Thu, 9 Jun 2005 06:51:58 +0200 by phpDocumentor 1.2.3