コード例 #1
0
ファイル: Router.php プロジェクト: touchbase/touchbase
 /**
  *	Clear Route History
  *	@return VOID
  */
 public static function clearRouteHistory()
 {
     SessionStore::delete(self::ROUTE_HISTORY_KEY);
 }
コード例 #2
0
ファイル: SessionStore.php プロジェクト: touchbase/touchbase
 /**
  *	Flush
  *	@return VOID
  */
 public static function flush()
 {
     SessionStore::delete(self::STORE_SESSION_KEY);
 }