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

UI\Controls\Form::delete

(UI 0.9.9)

UI\Controls\Form::deleteDelete Control

Descrizione

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

Shall delete the control at the given index in this Form

Elenco dei parametri

index

The index of the control to remove

Valori restituiti

Indication of success

To Top