OXID eShop CE
4.8.12
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
oxsimplevariantlist.php
Go to the documentation of this file.
1
<?php
2
7
class
oxSimpleVariantList
extends
oxList
8
{
12
protected
$_oParent
= null;
13
19
protected
$_sObjectsInListName
=
'oxsimplevariant'
;
20
28
public
function
setParent
($oParent)
29
{
30
$this->_oParent = $oParent;
31
}
32
41
protected
function
_assignElement
($oListObject, $aDbFields)
42
{
43
$oListObject->setParent($this->_oParent);
44
parent::_assignElement
($oListObject, $aDbFields);
45
}
46
}
application
models
oxsimplevariantlist.php
Generated by
1.8.1.2