Improve sidebar menus

This commit is contained in:
Frederic Guillot
2015-08-19 20:59:05 -04:00
parent 7264821cb8
commit 57bd53847c
17 changed files with 155 additions and 76 deletions

View File

@@ -10,6 +10,28 @@ namespace Helper;
*/
class App extends \Core\Base
{
/**
* Get router controller
*
* @access public
* @return string
*/
public function getRouterController()
{
return $this->router->getController();
}
/**
* Get router action
*
* @access public
* @return string
*/
public function getRouterAction()
{
return $this->router->getAction();
}
/**
* Get javascript language code
*