Update von ArticleManagerDAO, damit die search Methode auch genutzt werden kann
This commit is contained in:
@@ -62,6 +62,13 @@ interface ArticleManagerDAO
|
|||||||
*/
|
*/
|
||||||
public function getAllArticles();
|
public function getAllArticles();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Such-Funktion
|
||||||
|
*
|
||||||
|
* @param $keyword Wort, nach dem gesucht wird als string
|
||||||
|
*/
|
||||||
|
public function search(string $keyword): array;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user