icingaweb2/library/Icinga/Web/Response.php
Thomas Gelf b7fc0b67a8 Web/controllers: use own Request/Response objects
* introduces Icinga\Web\Response
* uses ModuleActionController where necessary
* no module translationDomain voodoo in base ActionController
2014-06-22 13:49:21 +02:00

10 lines
123 B
PHP

<?php
namespace Icinga\Web;
use Zend_Controller_Response_Http;
class Response extends Zend_Controller_Response_Http
{
}