CakeFest 2024: The Official CakePHP Conference

UI\Controls\Box::__construct

(UI 0.9.9)

UI\Controls\Box::__constructConstruct a new Box

Beschreibung

public UI\Controls\Box::__construct(int $orientation = UI\Controls\Box::Horizontal)

Shall construct a new box

Parameter-Liste

orientation

Box::Horizontal or Box::Vertical

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top