示例#1
0
 /**
  * Exists cookie
  *
  * @access public
  *
  * @param string $name cookie name
  *
  * @return bool
  */
 public function exists($name)
 {
     return (bool) $this->request->cookie($name);
 }