egroupware/phpgwapi/inc/class.iface_stream_wrapper.inc.php

18 lines
402 B
PHP
Raw Normal View History

<?php
/**
* EGroupware API: VFS - stream wrapper interface
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package api
* @subpackage vfs
* @version $Id$
*/
use EGroupware\Api\Vfs;
/**
* @deprecated use EGroupware\Api\Vfs\StreamWrapperIface
*/
interface iface_stream_wrapper extends Vfs\StreamWrapperIface {}