Source for file badipclass.php

Documentation is available at badipclass.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: badipclass.php,v 1.2 2004/10/05 21:23:40 jan Exp $
10 */
11
12 require_once('basicclass.php');
13
14 class badip extends basic {
15
16 function badip() {
17 $this->basic();
18 $this->addcolumn('name',0,UI_STRING);
19 }
20
21 }

Documentation generated on Thu, 9 Jun 2005 06:50:47 +0200 by phpDocumentor 1.2.3