Column
class Column implements Buildable
Properties
protected array | $width | grid system prefix width. |
|
protected array | $contents |
Methods
__construct($content, int $width = 12)
Column constructor.
$this
append($content)
Append content to column.
build()
Build column html.
startColumn()
Start column.
endColumn()
End column.
Details
at line 29
__construct($content, int $width = 12)
Column constructor.
at line 59
$this
append($content)
Append content to column.
at line 73
Column
row($content)
Add a row for column.
at line 98
build()
Build column html.
at line 117
protected
startColumn()
Start column.
at line 130
protected
endColumn()
End column.