mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
23 lines
419 B
PHP
23 lines
419 B
PHP
<?php
|
|
/**
|
|
* EGroupware API - Applications
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @author RalfBecker@outdoor-training.de
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package api
|
|
* @version $Id$
|
|
*/
|
|
|
|
use EGroupware\Api;
|
|
|
|
/**
|
|
* @deprecated use Api\Egw
|
|
*/
|
|
class egw extends Api\Egw{}
|
|
|
|
/**
|
|
* @deprecated use Api\Egw\Base
|
|
*/
|
|
class egw_minimal extends Api\Egw\Base{}
|