CakeFest 2024: The Official CakePHP Conference

UI\Controls\Form::delete

(UI 0.9.9)

UI\Controls\Form::deleteDelete Control

Açıklama

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

Shall delete the control at the given index in this Form

Bağımsız Değişkenler

index

The index of the control to remove

Dönen Değerler

Indication of succcess

add a note

User Contributed Notes

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