OXID eShop CE
4.9.5
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
oxerptype_order.php
Go to the documentation of this file.
1
<?php
2
3
require_once
'oxerptype.php'
;
4
8
class
oxERPType_Order
extends
oxERPType
9
{
10
16
public
function
__construct
()
17
{
18
parent::__construct
();
19
20
$this->_sTableName =
'oxorder'
;
21
$this->_sShopObjectName =
'oxorder'
;
22
$this->_blRestrictedByShopId =
true
;
23
}
24
}
core
objects
oxerptype_order.php
Generated by
1.8.1.2