From: Chuck Hagenbuch Date: Tue, 20 Jan 2009 04:56:34 +0000 (-0500) Subject: add accessor for request timestamp X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b059204d42216180f265e237813e2184755446b8;p=horde.git add accessor for request timestamp --- diff --git a/framework/Controller/lib/Horde/Controller/Request/Base.php b/framework/Controller/lib/Horde/Controller/Request/Base.php index aa7bf8ee1..87483fdae 100644 --- a/framework/Controller/lib/Horde/Controller/Request/Base.php +++ b/framework/Controller/lib/Horde/Controller/Request/Base.php @@ -71,6 +71,16 @@ class Horde_Controller_Request_Base } /** + * Get request timestamp + * + * @return integer + */ + public function getTimestamp() + { + return $this->_timestamp; + } + + /** * Get server variable with the specified $name * * @param string $name