Icicle\Http\Message\Response::hasCookie PHP Method

hasCookie() public method

public hasCookie ( string $name ) : boolean
$name string
return boolean
    public function hasCookie(string $name) : bool;

Usage Example

Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function hasCookie(string $name) : bool
 {
     return $this->message->hasCookie($name);
 }