PHP 8.3.4 Released!

UI\Controls\Tab::insertAt

(UI 0.9.9)

UI\Controls\Tab::insertAtInsert Page

Description

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

Shall insert a new page into this Tab

Parameters

name

The name for the new page

page

The index to perform the insertion before

control

The control for the new page

add a note

User Contributed Notes

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