url->SetAccessToken($access_token)->DisableCache(); } /// Causes only events that have taken place since the specified time to be returned. /** * \param $date a timestamp that represents the minimum time that returned events should have * \return the current instance */ public function Since($date) { $this->url->SetQueryStringParameter('since', $date); return $this; } } endif;