Row
class Row implements Buildable, Renderable
Properties
protected Column[] | $columns | ||
protected array | $class | row classes. |
Methods
__construct(string $content = '')
Row constructor.
column(int $width, $content)
Add a column.
class(array|string $class)
Add class in row.
build()
Build row column.
string
render()
Render row.
startRow()
Start row.
endRow()
End column.
Details
at line 26
__construct(string $content = '')
Row constructor.
at line 39
column(int $width, $content)
Add a column.
at line 53
class(array|string $class)
Add class in row.
at line 67
build()
Build row column.
at line 83
string
render()
Render row.
at line 99
protected
addColumn(Column $column)
No description
at line 107
protected
startRow()
Start row.
at line 117
protected
endRow()
End column.