Documentation is available at stfilebinfileclass.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: stfilebinfileclass.php,v 1.1 2005/02/07 09:56:20 jan Exp $
10 */
11
12 require_once('staticbinfileclass.php');
13
14 class stfilebinfile extends staticbinfile {
15 var $ERR_CANNOTMAKEDIR = 8;
16
17 function stfilebinfile() {
18 $this->staticbinfile();
19 }
20
21 function getRoot() {
22 return $this->userhandler->getDirStfilebinfile();
23 }
24
25 }
26
27 ?>
Documentation generated on Thu, 9 Jun 2005 06:53:37 +0200 by phpDocumentor 1.2.3