Dutch PHP Conference 2025 - Call For Papers

UI\Controls\Tab::append

(UI 0.9.9)

UI\Controls\Tab::appendAppend Page

Опис

public UI\Controls\Tab::append(string $name, UI\Control $control): int

Append a new page to this Tab

Параметри

name

The name for the new page

control

The control for the new page

Значення, що повертаються

Shall return the index of the appended control, may be 0

add a note

User Contributed Notes

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