Example #1
0
 /**
  * Class constructor
  *
  * @param $app
  */
 public function __construct($app)
 {
     parent::__construct($app, 'discount');
 }
Example #2
0
 public function __construct($app)
 {
     parent::__construct($app, 'cartitem');
 }
Example #3
0
 /**
  * Class constructor
  *
  * @param $app
  */
 public function __construct($app)
 {
     parent::__construct($app, 'currency');
 }
Example #4
0
 public function __construct($app)
 {
     parent::__construct($app, 'orderitem');
 }
Example #5
0
 public function __construct($app)
 {
     parent::__construct($app, 'orderstate');
 }
Example #6
0
 public function __construct($app)
 {
     parent::__construct($app, 'taxclass');
 }
Example #7
0
 public function __construct($app)
 {
     parent::__construct($app, 'address');
     // DB reference
     $this->db = $this->app->database;
 }
Example #8
0
 public function __construct($app)
 {
     parent::__construct($app, 'orderhistory');
 }
Example #9
0
 public function __construct($app)
 {
     parent::__construct($app, 'payment');
 }
Example #10
0
 /**
  * Class constructor
  *
  * @param $app
  */
 public function __construct($app)
 {
     parent::__construct($app, 'subscription');
 }
Example #11
0
 public function __construct($app)
 {
     parent::__construct($app, 'shippingrate');
 }
Example #12
0
 public function __construct($app)
 {
     parent::__construct($app, 'email');
 }