Exemple #1
0
 /**
  * Retrieve a cookie item from the request.
  *
  * @param  string $key
  * @param  mixed  $default
  *
  * @return string|array|mixed
  */
 public static function cookie($key = null, $default = null)
 {
     return \Ape\Request::cookie($key, $default);
 }