Bootstrap\View\Helper\BootstrapFormHelper::submit PHP Метод

submit() публичный Метод

New options: - bootstrap-type: Twitter bootstrap button type (primary, danger, info, etc.) - bootstrap-size: Twitter bootstrap button size (mini, small, large) Unusable options: div
public submit ( $caption = null, array $options = [] )
$options array
    public function submit($caption = null, array $options = array())
    {
        return parent::submit($caption, $this->_createButtonOptions($options));
    }