コード例 #1
0
ファイル: Renderer.php プロジェクト: relue/magento2
 public function __construct()
 {
     parent::__construct();
     $this->_configurationHelper = Mage::helper('Mage_Bundle_Helper_Catalog_Product_Configuration');
 }
コード例 #2
0
 public function __construct(array $initParams = [])
 {
     list($this->edd) = $this->checkTypes($this->nullCoalesce($initParams, 'edd', Mage::getModel('ebayenterprise_inventory/edd')));
     parent::__construct($this->removeKnownKeys($initParams));
 }