コード例 #1
0
ファイル: Comment.php プロジェクト: bsamel/bavn
 public function add()
 {
     CommentManager::add_comment($this->idArticle, $this->pseudo, $this->content);
 }