PHP 8.4.6 Released!

UI\Controls\Entry::__construct

(UI 0.9.9)

UI\Controls\Entry::__constructConstruye una nueva entrada

Descripción

public UI\Controls\Entry::__construct(int $type = UI\Controls\Entry::Normal)

Crea una nueva entrada del tipo dado

Parámetros

type

Entry::Normal, Entry::Password, o Entry::Search

add a note

User Contributed Notes

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