]>
Raphaƫl G. Git Repositories - blogbundle/blob - Entity/ArticleKeyword.php
287f491f2c02db235b58f32c8e0fe68df49c701d
   3 namespace Rapsys\BlogBundle\Entity
; 
  23     public function __construct($article_id, $keyword_id) { 
  24             $this->article_id 
= $article_id; 
  25             $this->keyword_id 
= $keyword_id;