Exemple #1
0
 /**
  * @param string $webcode
  * @param Newscoop\Entity\Article $article
  */
 public function __construct($webcode, $article)
 {
     $this->webcode = (string) $webcode;
     $this->article = $article;
     $article->setWebcode($this);
 }