]> git.mxchange.org Git - friendica.git/blobdiff - src/Collection/ProfileFields.php
Notifications cleared for a whole thread in case of one mark seen
[friendica.git] / src / Collection / ProfileFields.php
index 223c3ec148376d9f00ecc8786beadd5254a8fdc9..16c267621b980c5cc8abc33372d0e9b856682ef9 100644 (file)
@@ -14,4 +14,14 @@ class ProfileFields extends BaseCollection
        {
                return parent::map($callback);
        }
+
+       /**
+        * @param callable|null $callback
+        * @param int           $flag
+        * @return ProfileFields
+        */
+       public function filter(callable $callback = null, int $flag = 0)
+       {
+               return parent::filter($callback, $flag);
+       }
 }