$position
$position : integer
A Generic Layout
Concreete implementation of \Charcoal\Ui\Layout\LayoutInterface.
setPosition(integer $position) : \Charcoal\Ui\Layout\LayoutInterface
integer | $position | The layout cell position. |
If the position argument is not a number.
Chainable
setStructure(array $layouts) : array
Prepare the layouts configuration in a simpler, ready, data structure.
This function goes through the layout options to expand loops into extra layout data...
array | $layouts | The original layout data, typically from configuration. |
Computed layouts, ready for looping