PHP Class BootstrapUI\View\Widget\ButtonWidget

Inheritance: extends Cake\View\Widget\ButtonWidget, use trait BootstrapUI\View\Helper\OptionsAwareTrait
Datei anzeigen Open project: friendsofcake/bootstrap-ui Class Usage Examples

Protected Properties

Property Type Description
$_styles array

Public Methods

Method Description
render ( array $data, Cake\View\Form\ContextInterface $context ) : string Renders a button.

Method Details

render() public method

Renders a button.
public render ( array $data, Cake\View\Form\ContextInterface $context ) : string
$data array The data to build a button with.
$context Cake\View\Form\ContextInterface The current form context.
return string

Property Details

$_styles protected_oe property

See also: OptionsAwareTrait::applyButtonStyles
Deprecation: This property is no longer used.
protected array $_styles
return array