UI\Controls\Tab::append
PHP function
Edit on GitHub ✎
(UI 0.9.9)
Append Page
Description
UI\Controls\Tab::append(string $name, UI\Control $control): int
Append a new page to this Tab
Parameters
nameThe name for the new page
controlThe control for the new page
Return Values
Shall return the index of the appended control, may be 0