Example #1
0
 /**
  * Unsets a flag in the template which prevents the rendering of the side menu.
  * Please note that this method would only work if the template being used
  * to render your app supports hiding side menus.
  */
 public static function showSideMenu()
 {
     self::$sideMenuHidden = false;
 }