public function __construct()
 {
     parent::__construct();
     $dispatcher = $GLOBALS['myTimesheet']['dispatcher']['current'];
     $menuId = $dispatcher->getCurrentController() . '_' . $dispatcher->getCurrentAction();
     $this->view->setParameter('active_item', $menuId);
 }
 public function __construct()
 {
     parent::__construct();
     $this->webStorageIndex = WebStorageIndex::getInstance();
 }