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

Опис

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

Shall delete the control at the given index in this Form

Параметри

index

The index of the control to remove

Значення, що повертаються

Indication of success

To Top