コード例 #1
0
ファイル: Option.php プロジェクト: AleksNesh/pandora
 protected function _construct()
 {
     parent::_construct();
     if (!$this->hasData('template')) {
         $this->setTemplate('grouped-options/renderer/default-option.phtml');
     }
 }