2001-01-11 10:52:33 +01:00
|
|
|
<?php
|
2008-03-21 21:11:59 +01:00
|
|
|
/**
|
2016-04-26 16:38:08 +02:00
|
|
|
* EGroupware API - Applications
|
2008-04-20 21:31:51 +02:00
|
|
|
*
|
2008-03-21 21:11:59 +01:00
|
|
|
* @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$
|
|
|
|
*/
|
|
|
|
|
2016-02-28 14:43:06 +01:00
|
|
|
use EGroupware\Api;
|
|
|
|
|
2008-03-21 21:11:59 +01:00
|
|
|
/**
|
2016-04-26 16:38:08 +02:00
|
|
|
* @deprecated use Api\Egw
|
2008-03-21 21:11:59 +01:00
|
|
|
*/
|
2016-04-26 16:38:08 +02:00
|
|
|
class egw extends Api\Egw{}
|
2008-03-22 10:29:29 +01:00
|
|
|
|
|
|
|
/**
|
2016-04-26 16:38:08 +02:00
|
|
|
* @deprecated use Api\Egw\Base
|
2008-03-22 10:29:29 +01:00
|
|
|
*/
|
2016-04-26 16:38:08 +02:00
|
|
|
class egw_minimal extends Api\Egw\Base{}
|