public getValidators () Returns the validators registered for the element
public has (mixed $name) Checks if a form is registered in the forms manager
abstract public getForm () ...
public get (mixed $name) Returns an element added to the form by its name
public array | object getOptions () Returns the choices’ options
abstract public addValidators (array $validators, [mixed $merge]) ...
public Phalcon\Forms\Form create ([string $name]
public set (mixed $name, Phalcon\Forms\Form $form)
public hasMessages () Checks whether there are messages attached to the element
public render ([array $attributes]) Renders the element widget returning html
Page 12 of 13