Source for file stimgfolderclass.php

Documentation is available at stimgfolderclass.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: stimgfolderclass.php,v 1.1 2005/02/07 09:56:20 jan Exp $
10 */
11 require_once('staticfolderclass.php');
12
13 class stimgfolder extends staticfolder {
14
15 function stimgfolder() {
16 $this->staticfolder();
17 }
18
19 function getRoot() {
20 return $this->userhandler->getDirStimgbinfile();
21 }
22
23 }

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