correct parameters for Agent-actions

This commit is contained in:
coderkun 2014-01-17 13:13:32 +01:00
commit 978ce5156d
7 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@
/** /**
* Action: index. * Action: index.
*/ */
public function index() public function index(\nre\core\Request $request, \nre\core\Response $response)
{ {
} }

View file

@ -26,7 +26,7 @@
/** /**
* Action: index. * Action: index.
*/ */
public function index() public function index(\nre\core\Request $request, \nre\core\Response $response)
{ {
} }

View file

@ -26,7 +26,7 @@
/** /**
* Action: index. * Action: index.
*/ */
public function index() public function index(\nre\core\Request $request, \nre\core\Response $response)
{ {
} }

View file

@ -26,7 +26,7 @@
/** /**
* Action: index. * Action: index.
*/ */
public function index() public function index(\nre\core\Request $request, \nre\core\Response $response)
{ {
} }

View file

@ -26,7 +26,7 @@
/** /**
* Action: index. * Action: index.
*/ */
public function index() public function index(\nre\core\Request $request, \nre\core\Response $response)
{ {
} }

View file

@ -26,7 +26,7 @@
/** /**
* Action: index. * Action: index.
*/ */
public function index() public function index(\nre\core\Request $request, \nre\core\Response $response)
{ {
// Add menu // Add menu
$this->addSubAgent('Menu'); $this->addSubAgent('Menu');

View file

@ -26,7 +26,7 @@
/** /**
* Action: index. * Action: index.
*/ */
public function index() public function index(\nre\core\Request $request, \nre\core\Response $response)
{ {
} }