php8.5
Home/ Manual/ controls / tab/ UI\Controls\Tab::append

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

name

The name for the new page

control

The control for the new page

Return Values

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

Source: reference/ui/ui/controls/tab/append.xml · from the official PHP manual (php/doc-en)