コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Determine if a cookie has been queued.
  *
  * @param string $key
  * @return bool 
  * @static 
  */
 public static function hasQueued($key)
 {
     return \Illuminate\Cookie\CookieJar::hasQueued($key);
 }