/** * Constructor helper * * @return void */ protected function _construct() { parent::_construct(); $this->setLegend($this->getLabel()); $this->_addElementTypes(); $this->_addFields(); $this->addClass('element-' . static::CONTROL_TYPE); }
/** * 2015-11-17 * @override * @see \Magento\Framework\Data\Form\AbstractForm::_construct() * @used-by \Magento\Framework\Data\Form\AbstractForm::__construct() * @return void */ protected function _construct() { $this->addClass('df-fieldset'); parent::_construct(); }
/** * Constructor helper * * @return void */ public function _construct() { parent::_construct(); $this->_addElementTypes(); $this->addClass(self::CONTROL_TYPE); }