Esempio n. 1
0
 /**
  * Determine if a cookie has been queued.
  *
  * @param string $key
  * @return bool 
  * @static 
  */
 public static function hasQueued($key)
 {
     return \Illuminate\Cookie\CookieJar::hasQueued($key);
 }