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