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