mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:15 +01:00
22 lines
557 B
PHP
22 lines
557 B
PHP
|
<?php
|
||
|
/**
|
||
|
* EGroupware - eTemplate widget moved to EGroupware\Api\Etemplate\Widget
|
||
|
*
|
||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||
|
* @package etemplate
|
||
|
* @subpackage api
|
||
|
* @link http://www.egroupware.org
|
||
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
||
|
* @copyright 2002-16 by RalfBecker@outdoor-training.de
|
||
|
* @version $Id$
|
||
|
*/
|
||
|
|
||
|
use EGroupware\Api\Etemplate\Widget\Tree;
|
||
|
|
||
|
/**
|
||
|
* eTemplate Tree widget
|
||
|
*
|
||
|
* @deprecated use Api\Etemplate\Widget\Tree
|
||
|
*/
|
||
|
class etemplate_widget_tree extends Tree {}
|