Kommentare im Profil anzeigen

This commit is contained in:
2026-06-15 23:55:10 +02:00
parent c4c299eed6
commit f4f6960b9d
4 changed files with 105 additions and 213 deletions
+9
View File
@@ -42,4 +42,13 @@ interface CommentManagerDAO
public function getCommentsByArticle(
$articleId
);
/**
* Gibt alle Kommentare eines Autors zurück.
*
* @param string $author E-Mail-Adresse des Autors
*
* @return Comment[] Liste der Kommentare
*/
public function getCommentsByAuthor($author);
}