示例#1
0
 /**
  * Get all cookies
  *
  * @access public
  * @return mixed
  */
 public function getAll()
 {
     return $this->request->getStorage('_COOKIE');
 }