diff --git a/php/model/ArticleManagerDAO.php b/php/model/ArticleManagerDAO.php index 95b04cc..e4df7f8 100644 --- a/php/model/ArticleManagerDAO.php +++ b/php/model/ArticleManagerDAO.php @@ -62,6 +62,13 @@ interface ArticleManagerDAO */ public function getAllArticles(); + /** + * Such-Funktion + * + * @param $keyword Wort, nach dem gesucht wird als string + */ + public function search(string $keyword): array; + } ?> \ No newline at end of file