2011-06-19 12:52:58 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* eGroupWare API: contains classes and key constants for generating shortcuts
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @package api
|
2016-05-03 21:17:44 +02:00
|
|
|
* @subpackage etemplate
|
2011-06-19 12:52:58 +02:00
|
|
|
* @author Andreas Stöckel
|
|
|
|
* @copyright (c) 2011 Stylite
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2016-05-03 21:17:44 +02:00
|
|
|
use EGroupware\Api\Etemplate\KeyManager;
|
2011-06-19 12:52:58 +02:00
|
|
|
|
2016-05-03 21:17:44 +02:00
|
|
|
class egw_keymanager extends KeyManager{}
|