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