| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | program/include/rcube.php | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2008-2012, The Roundcube Dev Team | |
| | | | Copyright (C) 2011-2012, Kolab Systems AG | |
| | |
| | | /** |
| | | * Singleton instace of rcube |
| | | * |
| | | * @var rcmail |
| | | * @var rcube |
| | | */ |
| | | static protected $instance; |
| | | |
| | |
| | | /** |
| | | * Lightweight plugin API class serving as a dummy if plugins are not enabled |
| | | * |
| | | * @package Core |
| | | * @package Framework |
| | | * @subpackage Core |
| | | */ |
| | | class rcube_dummy_plugin_api |
| | | { |