Exemplo n.º 1
0
 /**
  * @param ProductInterface $product
  *
  * @deprecated will be removed in 1.5, please use ProductBuilderInterface::addMissingAssociations
  */
 public function ensureAllAssociationTypes(ProductInterface $product)
 {
     $this->builder->addMissingAssociations($product);
 }