コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Generate a new session identifier.
  *
  * @param bool $destroy
  * @return bool 
  * @static 
  */
 public static function regenerate($destroy = false)
 {
     return \Illuminate\Session\Store::regenerate($destroy);
 }
コード例 #2
0
ファイル: _ide_helper.php プロジェクト: jorzhikgit/MLM-Nexus
 /**
  * Generate a new session identifier.
  *
  * @return bool 
  * @static 
  */
 public static function regenerate()
 {
     return \Illuminate\Session\Store::regenerate();
 }