Пример #1
0
 /**
  * Used by subpages for fetching all cookies
  * @access protected
  * @param string $key
  * @param mixed $value
  * @return mixed 
  */
 protected function cookie($key = '', $value = null)
 {
     return Hush_Util::cookie($key, $value);
 }