oxerptype_order.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once 'oxerptype.php';
00004 
00008 class oxERPType_Order extends oxERPType
00009 {
00015     public function __construct()
00016     {
00017         parent::__construct();
00018 
00019         $this->_sTableName = 'oxorder';
00020         $this->_sShopObjectName = 'oxorder';
00021         $this->_blRestrictedByShopId = true;
00022     }
00023 }