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