コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Set the existence of the session on the handler if applicable.
  *
  * @param bool $value
  * @return void 
  * @static 
  */
 public static function setExists($value)
 {
     \Illuminate\Session\Store::setExists($value);
 }