OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxsimplevariantlist.php
Go to the documentation of this file.
1 <?php
2 
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 }