Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit 128b191af5 - Show all commits
+9 -1
View File
@@ -9,9 +9,17 @@ require_once 'Article.php';
*/
class LocalArticleManager implements ArticleManagerDAO {
private $file = '../../data/articles.json';
private $file;
private static $instance = null;
/**
* Konstruktor
*/
public function __construct()
{
$this->file = __DIR__ . '../../data/articles.json';;
}
/**
* Gibt die LocalArticleManager-Instanz zurück.
* @return LocalArticleManager