コード例 #1
0
ファイル: Range.php プロジェクト: opexsw/magento2
 /**
  * Prepare component configuration
  *
  * @return void
  */
 public function prepare()
 {
     parent::prepare();
     $this->applyFilter();
     $jsConfig = $this->getConfiguration($this);
     $this->getContext()->addComponentDefinition($this->getComponentName(), $jsConfig);
 }
コード例 #2
0
ファイル: Range.php プロジェクト: niranjanssiet/magento2
 /**
  * Prepare component configuration
  *
  * @return void
  */
 public function prepare()
 {
     $this->applyFilter();
     parent::prepare();
 }