Source for file edocument_document_view_list.php

Documentation is available at edocument_document_view_list.php


1 <?php
2 /**
3 * @author Martin R. Larsen <mrl@ipwsystems.dk>
4 * @author Jan H. Andersen <jha@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 view
9 * $Id: edocument_document_view_list.php,v 1.1 2005/02/15 12:19:25 jan Exp $
10 */
11
12 require_once($system_path.'document_view_list.php');
13
14 class edocument_document_view_list extends document_view_list {
15
16 function edocument_document_view_list() {
17 $this->document_view_list();
18 $this->_preset = true;
19 }
20
21 }
22
23 ?>

Documentation generated on Thu, 9 Jun 2005 06:51:57 +0200 by phpDocumentor 1.2.3