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

UI\Controls\Tab::delete

(UI 0.9.9)

UI\Controls\Tab::deleteDelete Page

Descrizione

public function UI\Controls\Tab::delete(int $index): bool

Shall remove the selected page from this Tab

Elenco dei parametri

index

The index of the page to remove

Valori restituiti

Indication of success

To Top