nom = $n; $this -> desc = $de; $this -> date = $da; $this -> url = $u; } public function getArticleName() { return $this -> nom; } public function getArticleDescription() { return $this -> desc; } public function getArticleDate() { return $this -> date; } public function getArticleUrl() { return $this -> url; } public function __toString() { return ''; } }