setArticle($this); $this->comments[] = $comment; } public function getComments() { return $this->comments; } public function setPage($page) { $this->page = $page; } public function getId() { return $this->id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function getSlug() { return $this->slug; } public function setTranslatableLocale($locale) { $this->locale = $locale; } }