From e2282f9fb0a1acb521bf8ff2d6e486dd98f56172 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 5 Nov 2008 18:43:24 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@2409 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/river.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engine/lib/river.php') diff --git a/engine/lib/river.php b/engine/lib/river.php index 0b81e71aa..8b447b2e6 100644 --- a/engine/lib/river.php +++ b/engine/lib/river.php @@ -150,8 +150,18 @@ */ public function getEvent() { return $this->log_event; } + /** + * Set when this event occured. + * + * @param int $timestamp Unix TS + */ public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } + /** + * Retrieve when this event occured. + * + * @return int Unix TS + */ public function getTimestamp() { return $this->timestamp; } } -- cgit v1.2.3