コード例 #1
0
ファイル: ProductAssociation.php プロジェクト: sylius/product
 /**
  * {@inheritdoc}
  */
 public function clearAssociatedProducts()
 {
     $this->associatedProducts->clear();
 }