I want to execute:
$this->view->setVar("menus",$menus);
before the view gets executed.
$menus is an array that can be added in different controllers.
Finally before executing the view i want to put the menus var in the view.
function afterExecuteRoute() does not do the job