/**
  * @param string $name
  * @return bool
  */
 public function hasCookieParam($name)
 {
     return Request::hasCookieParam($name);
 }