Esempio n. 1
0
 /**
  * @param	Cart $cart
  */
 public function __construct(Cart $cart)
 {
     parent::__construct();
     $this->cart = $cart;
 }
Esempio n. 2
0
 /**
  * @param	Products $products
  */
 public function __construct(Products $products)
 {
     parent::__construct();
     $this->products = $products;
 }