2008-02-07 07:37:45 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* eGroupWare API: VFS - static methods to use the new eGW virtual file system
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @package api
|
|
|
|
* @subpackage vfs
|
|
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2015-01-20 23:11:35 +01:00
|
|
|
* @copyright (c) 2008-15 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2008-02-07 07:37:45 +01:00
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2015-01-26 10:15:07 +01:00
|
|
|
use EGroupware\Api\Vfs;
|
|
|
|
|
2008-02-07 07:37:45 +01:00
|
|
|
/**
|
2015-01-26 10:15:07 +01:00
|
|
|
* @deprecated use EGroupware\Api\Vfs
|
2008-02-07 07:37:45 +01:00
|
|
|
*/
|
2015-01-26 10:15:07 +01:00
|
|
|
class egw_vfs extends Vfs {}
|