Пример #1
0
 public function configTest()
 {
     $article = new Articles();
     $article->setNom($this->chaineTest);
     return $article;
 }