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

getCookie() public méthode

public getCookie ( string $name ) : Icicle\Http\Message\Cookie\MetaCookie | null
$name string
Résultat Icicle\Http\Message\Cookie\MetaCookie | null
    public function getCookie(string $name);

Usage Example

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