@@ -220,6 +220,10 @@ discard block |
||
220 | 220 | } |
221 | 221 | } |
222 | 222 | |
223 | + /** |
|
224 | + * @param string $timestamp |
|
225 | + * @param Calendar $calendar |
|
226 | + */ |
|
223 | 227 | public static function purgeUnmatched($timestamp, $calendar) |
224 | 228 | { |
225 | 229 | $findDeletedEvents = static::getDatabase()->prepare( |
@@ -285,6 +289,9 @@ discard block |
||
285 | 289 | } |
286 | 290 | } |
287 | 291 | |
292 | + /** |
|
293 | + * @param Calendar $calendar |
|
294 | + */ |
|
288 | 295 | public static function load($id, $calendar) |
289 | 296 | { |
290 | 297 | $select = static::getDatabase()->prepare( |