Example #1
0
 public function __construct()
 {
     $this->garantie = new \Doctrine\Common\Collections\ArrayCollection();
     $this->pays_postal = $this->pays_facturation = ListCountries::getDefault();
 }
Example #2
0
 public function __construct()
 {
     $this->pays = ListCountries::getDefault();
 }