From 87cb2cbced0718ddddc4a74e2d0853cdece99cd5 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 23 Sep 2010 17:18:25 -0400 Subject: [PATCH] phpdoc tweaks --- kronolith/lib/Driver/Sql.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kronolith/lib/Driver/Sql.php b/kronolith/lib/Driver/Sql.php index b52edc90d..557941a25 100644 --- a/kronolith/lib/Driver/Sql.php +++ b/kronolith/lib/Driver/Sql.php @@ -229,8 +229,8 @@ class Kronolith_Driver_Sql extends Kronolith_Driver * Lists all events in the time range, optionally restricting results to * only events with alarms. * - * @param Horde_Date $startInterval Start of range date object. - * @param Horde_Date $endInterval End of range data object. + * @param Horde_Date $startDate Start of range date object. + * @param Horde_Date $endDate End of range data object. * @param boolean $showRecurrence Return every instance of a recurring * event? If false, will only return * recurring events once inside the @@ -240,6 +240,8 @@ class Kronolith_Driver_Sql extends Kronolith_Driver * toJson() method? * @param boolean $coverDates Whether to add the events to all days * that they cover. + * @param boolean $hideExceptions Hide events that represent exceptions + * to a recurring event (baseid is set)? * @param boolean $fetchTags Whether to fetch tags for all events * * @return array Events in the given time range. -- 2.11.0