hasCookie() public method

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