Source for file Browser.php
Documentation is available at Browser.php
* Class for providing a generic UI for any VFS instance.
* $Horde: framework/VFS/lib/VFS/Browser.php,v 1.1.2.3 2009/01/06 15:23:47 jan Exp $
* Copyright 2002-2009 The Horde Project (http://www.horde.org/)
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
* @author Chuck Hagenbuch <chuck@horde.org>
* The VFS instance that we are browsing.
* The directory where the templates to use are.
* @param VFS &$vfs A VFS object.
* @param string $templates TODO
$this->_templates = $templates;
* Set the VFS object in the local object.
* @param VFS &$vfs A VFS object.
* @param string $path TODO
* @param boolean $dotfiles TODO
* @param boolean $dironly TODO
function getUI($path, $dotfiles = false , $dironly = false )
$this->_vfs->listFolder($path, $dotfiles, $dironly);
Documentation generated on Mon, 11 Mar 2019 15:34:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|