Habari\FormControlDropbutton::_extend PHP Method

_extend() public method

public _extend ( )
    public function _extend()
    {
        $this->properties['type'] = 'hidden';
        $this->add_template_class('div', 'dropbutton dropbutton_control');
    }