Exemple #1
0
 public function registerVariation(ProductVariation $variation)
 {
     $this->variations[$variation->getID()] = $variation;
 }