OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxerptype_article2category.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 = 'oxobject2category';
21 
22  $this->_aKeyFieldList = array(
23  'OXOBJECTID' => 'OXOBJECTID',
24  'OXCATNID' => 'OXCATNID',
25  'OXSHOPID' => 'OXSHOPID'
26  );
27 
28  unset($this->_aKeyFieldList['OXSHOPID']);
29  }
30 }