OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxerptype_article2attribute.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'oxerptype.php';
4 
11 {
17  public function __construct()
18  {
20 
21  $this->_sTableName = 'oxobject2attribute';
22  }
23 }