mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
f972a034e7
commit
e8c0e97bb3
@ -9,8 +9,14 @@ use Zend_Controller_Dispatcher_Standard;
|
||||
use Zend_Controller_Request_Abstract;
|
||||
use Zend_Controller_Response_Abstract;
|
||||
|
||||
/**
|
||||
* Dispatcher supporting Zend-style and namespaced controllers
|
||||
*/
|
||||
class Dispatcher extends Zend_Controller_Dispatcher_Standard
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function dispatch(Zend_Controller_Request_Abstract $request, Zend_Controller_Response_Abstract $response)
|
||||
{
|
||||
$this->setResponse($response);
|
||||
|
Loading…
x
Reference in New Issue
Block a user