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