trait AddRowTrait

Trait AddRowTrait. Implements method to add a bootstrap row.

Methods

addRow(string|null $name = NULL)

Adds a new Grid system row.

Details

at line 24
BootstrapRow addRow(string|null $name = NULL)

Adds a new Grid system row.

Parameters

string|null $name optional. If null is passed, it is generated.

Return Value

BootstrapRow