Documentation is available at eproject_layoutclass.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 eProject
8 * @subpackage core
9 * $Id: eproject_layoutclass.php,v 1.2 2005/01/12 03:24:08 jan Exp $
10 */
11
12 require_once($system_path.'core/basicclass.php');
13
14 class eproject_layout extends basic {
15
16 function eproject_layout() {
17 $this->basic();
18 $this->setobjecttype('layout');
19 $this->setsubtype('layoutelement');
20 $this->addcolumn('name',0,UI_STRING);
21 }
22
23 }
Documentation generated on Thu, 9 Jun 2005 06:52:03 +0200 by phpDocumentor 1.2.3