PHP Velho Oeste 2024

UI\Controls\Tab::append

(PHP 7, UI 0.9.9)

UI\Controls\Tab::appendAppend Page

설명

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

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 add a note

User Contributed Notes

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