blink\http\CookieBag::has PHP Method

has() public method

Returns whether a cookie is exists.
public has ( $name ) : boolean
$name
return boolean
    public function has($name)
    {
        return isset($this->cookies[$name]);
    }