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