Esempio n. 1
0
 /**
  * Get cookie by name
  * @param  string $name Name of cookie
  * @return string       Contents
  */
 protected function getCookieStr($name)
 {
     return \PHPDaemon\HTTPRequest\Generic::getString($this->attrs->cookie[$name]);
 }