예제 #1
0
 protected function _construct()
 {
     parent::_construct();
     if (!$this->hasData('template')) {
         $this->setTemplate('grouped-options/renderer/default-option.phtml');
     }
 }