Source for file erek_comp_view_listclosed.php

Documentation is available at erek_comp_view_listclosed.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 eReklamation
8 * @subpackage view
9 * $Id: erek_comp_view_listclosed.php,v 1.4 2005/02/15 12:21:44 jan Exp $
10 */
11
12 global $system_path;
13 require_once($system_path.'basic_view_list.php');
14
15 class erek_comp_view_listclosed extends basic_view_list {
16
17 function setFilters() {
18 parent::setFilters();
19 $obj =& $this->_listobj;
20 $obj->setfilter_search('status', CASE_CLOSED, EQUAL);
21 }
22
23 function loadLanguage() {
24 parent::loadLanguage();
25 $this->loadLangFile('comp_view_listclosed');
26 }
27
28 function erek_comp_view_listclosed() {
29 $this->basic_view_list();
30 $this->_preset = true;
31 }
32
33 }
34
35 ?>

Documentation generated on Thu, 9 Jun 2005 06:52:19 +0200 by phpDocumentor 1.2.3