UI\Controls\Tab::insertAt
PHP Manual
PHP Manual»UI\Controls\Tab»UI\Controls\Tab::insertAt

UI\Controls\Tab::insertAt

(UI 0.9.9)

UI\Controls\Tab::insertAtInsert Page

Açıklama

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

Shall insert a new page into this Tab

Bağımsız Değişkenler

name

The name for the new page

page

The index to perform the insertion before

control

The control for the new page

To Top