From b059204d42216180f265e237813e2184755446b8 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 19 Jan 2009 23:56:34 -0500 Subject: [PATCH] add accessor for request timestamp --- framework/Controller/lib/Horde/Controller/Request/Base.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.11.0