id; } public function addArticle(Article $article) { $this->articles[] = $article; } public function getArticles() { return $this->articles; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }