$layoutColumn->span()
Returns the number of columns this column spans
$layoutColumn->span(int $columns = 12): int
Parameters
Name | Type | Default |
---|---|---|
$columns | int |
12
|
Return type
int
This method modifies the existing $layoutcolumn
object it is applied to and returns it again.