コード例 #1
0
ファイル: Application.php プロジェクト: 9naQuame/wyf
 /**
  * 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;
 }