$_request $_request : \Zend_Controller_Request_Abstract|null The request object Type \Zend_Controller_Request_Abstract|null
hasCookie() hasCookie(string $name) : boolean Checks whether a cookie exists. Parameters string $name Cookie name Returns boolean
getCookie() getCookie(string $name) : mixed Gets the value of a cookie. Parameters string $name Cookie name Returns mixed
setCookie() setCookie(string $name, string $data, int $expire, string $path, string $domain, boolean $secure, boolean $httpOnly) Sets the value of a cookie. Parameters string $name Cookie name string $data Value of the cookie int $expire string $path string $domain boolean $secure boolean $httpOnly
getRequestValue() getRequestValue(string $key) : mixed Get a request param null is returned if the key is not set. Parameters string $key Returns mixed
__construct() __construct() Constructor Throws \CheddarGetter_Client_Exception Throws an exception if Zend_Controller_Front is not available.
_request() _request() : \Zend_Controller_Request_Abstract Get the reqeust object Returns \Zend_Controller_Request_Abstract