Add missing method documentation
authorMatthias Schmidt <gravatronics@live.com>
Wed, 14 Dec 2016 16:01:00 +0000 (17:01 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 14 Dec 2016 16:01:00 +0000 (17:01 +0100)
wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php

index 720adafb8222d4f804252ee1ac535e9b5755ffc6..eb857359ee01340a0c4263c248e667ef19b96beb 100644 (file)
@@ -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();