Beispiel #1
0
 public function __construct(ProductMap $productMap)
 {
     $this->productMap = $productMap;
     parent::__construct();
 }
Beispiel #2
0
 /**
  * @param CategoryMap $categoryMap
  */
 public function __construct(CategoryMap $categoryMap)
 {
     $this->categoryMap = $categoryMap;
     parent::__construct();
 }