Icicle\Http\Message\Response::hasCookie PHP Méthode

hasCookie() public méthode

public hasCookie ( string $name ) : boolean
$name string
Résultat boolean
    public function hasCookie(string $name) : bool;

Usage Example

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