Exemple #1
0
 /**
  * Get cookie value
  *
  * @param  string $name
  * @return array
  * @api
  */
 public function getCookie($name)
 {
     return $this->cookies->get($name);
 }