UI\Controls\Form::delete

(UI 0.9.9)

UI\Controls\Form::deleteDelete Control

Descripción

publicUI\Controls\Form::delete(int$index): bool

Shall delete the control at the given index in this Form

Parámetros

index

The index of the control to remove

Valores devueltos

Indication of succcess

To Top