productManager; } /** * @param ProductManager $productManager * @return $this */ public function setProductManager(ProductManager $productManager) { $this->productManager = $productManager; return $this; } }