예제 #1
0
 public function __construct()
 {
     parent::__construct('headoo_ecommerce.order.entity', 'Order');
 }
 public function __construct()
 {
     parent::__construct('headoo_ecommerce.customergroup.entity', 'CustomerGroup');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct('headoo_ecommerce.service.entity', 'Service');
 }
 public function __construct()
 {
     parent::__construct('headoo_ecommerce.paymentmethod.entity', 'PaymentMethod');
 }
 public function __construct()
 {
     parent::__construct('headoo_ecommerce.pricecurrency.entity', 'PriceCurrency');
 }