Kommentare im Profil anzeigen
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user