add accessor for request timestamp
authorChuck Hagenbuch <chuck@horde.org>
Tue, 20 Jan 2009 04:56:34 +0000 (23:56 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 20 Jan 2009 04:56:34 +0000 (23:56 -0500)
framework/Controller/lib/Horde/Controller/Request/Base.php

index aa7bf8e..87483fd 100644 (file)
@@ -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