refactoring

This commit is contained in:
NOrtmann1
2026-05-26 19:04:46 +02:00
parent e128a31a34
commit f2a9d8d1b3
3 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
/**
* Die Klasse binhaltet alle Methoden für die Operation auf der Datenbank.
* Die Klasse beinhaltet alle Methoden für die Operation auf der Datenbank.
*
* @author Niklas Ortmann
*/
@@ -16,7 +16,7 @@ interface ArticleManagerDAO
* @param $tags string[] optionale Schlagworte für eine bessere Suche
*
* Mögliche Exceptions:
* TODO Fehlerbeschreibung hinzufügen
* TODO Fehlerbeschreibung hinzufügen & tags hinzufügen
*/
public function newArticle($title, $content, $author, $category);