00001 <?php 00002 00003 require_once 'oxerptype.php'; 00004 00010 class oxERPType_Article2Attribute extends oxERPType 00011 { 00017 public function __construct() 00018 { 00019 parent::__construct(); 00020 00021 $this->_sTableName = 'oxobject2attribute'; 00022 } 00023 }