PHP 8.4.6 Released!

UI\Controls\Form::delete

(UI 0.9.9)

UI\Controls\Form::deleteDelete Control

Description

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

Shall delete the control at the given index in this Form

Parameters

index

The index of the control to remove

Return Values

Indication of succcess

User Contributed Notes

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