コード例 #1
0
ファイル: point.php プロジェクト: noikiy/Ecstore-to-odoo
 /**
  * 构造方法
  * @param object application
  */
 public function __construct(&$app)
 {
     $this->app_current = app::get('pointprofessional');
     $this->app_b2c = app::get('b2c');
     parent::__construct($this->app_b2c);
     $this->pagesize = 2;
 }
コード例 #2
0
ファイル: aftersales.php プロジェクト: noikiy/Ecstore-to-odoo
 /**
  * 构造方法
  * @param object application
  */
 public function __construct(&$app)
 {
     $this->app_current = $app;
     $this->app_b2c = app::get('b2c');
     parent::__construct($this->app_b2c);
 }