1 <?php
2
3 /* --------------------------------------------------------------
4 HttpViewControllerRegistry.inc.php 2015-03-12 gm
5 Gambio GmbH
6 http://www.gambio.de
7 Copyright (c) 2015 Gambio GmbH
8 Released under the GNU General Public License (Version 2)
9 [http://www.gnu.org/licenses/gpl-2.0.html]
10 --------------------------------------------------------------
11 */
12
13 MainFactory::load_class('Registry');
14 MainFactory::load_class('HttpViewControllerRegistryInterface');
15
16 /**
17 * Class HttpViewControllerRegistry
18 *
19 * @category System
20 * @package Http
21 * @extends Registry
22 * @implements HttpViewControllerRegistryInterface
23 */
24 class HttpViewControllerRegistry extends Registry implements HttpViewControllerRegistryInterface
25 {
26 }