Beispiel #1
0
 public function add()
 {
     CommentManager::add_comment($this->idArticle, $this->pseudo, $this->content);
 }