From 0cdf5c438183d0049c25d9e49016350dfdde8de5 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 14 Dec 2016 17:01:00 +0100 Subject: [PATCH] Add missing method documentation --- .../lib/system/box/RecentActivityListBoxController.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php b/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php index 720adafb82..eb857359ee 100644 --- a/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php @@ -140,6 +140,11 @@ class RecentActivityListBoxController extends AbstractDatabaseObjectListBoxContr $this->objectList->truncate($this->box->limit); } + /** + * Returns the filtered activity event list based on the settings of the set box. + * + * @return ViewableUserActivityEventList + */ public function getFilteredList() { $this->objectList = $this->getObjectList(); -- 2.20.1