OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxerptype_scaleprice.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'oxerptype.php';
4 
9 {
10 
16  public function __construct()
17  {
19 
20  $this->_sTableName = 'oxprice2article';
21  $this->_blRestrictedByShopId = true;
22 
23  $this->_aKeyFieldList = array(
24  'OXID' => 'OXID'
25  );
26  }
27 }