Source for file structureclass.php

Documentation is available at structureclass.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 METAjour
8 * @subpackage core
9 * $Id: structureclass.php,v 1.3 2005/01/27 10:11:42 jan Exp $
10 */
11
12 require_once('basicclass.php');
13
14 class structure extends basic {
15
16 function structure() {
17 $this->basic();
18 $this->setsubtype('structureelement');
19 $this->addcolumn('name',0,UI_STRING);
20 $this->addcolumn('templateid',0,UI_HIDDEN);
21 $this->addcolumn('cacheallowed',0,UI_CHECKBOX);
22 $this->addcolumn('cachelifetime',0,UI_STRING);
23
24 $this->removeview('category');
25 }
26
27 }

Documentation generated on Thu, 9 Jun 2005 06:53:44 +0200 by phpDocumentor 1.2.3