public Phalcon\Forms\ElementInterface setAttribute (string $attribute, mixed $value) Sets a default attribute for the element
public prepareAttributes ([array $attributes], [mixed $useChecked]) Returns an array of prepared attributes for Phalcon\Tag helpers according to the element parameters
public label ([array $attributes]) Generate the HTML to label the element
public hasMessages () Checks whether there are messages attached to the element
public getValue () Returns the element value
public getValidators () Returns the validators registered for the element
public getUserOptions () Returns the options for the element
public mixed getUserOption (string $option, [mixed $defaultValue]) Returns the value of an option if present
public getName () Returns the element name
public getMessages () Returns the messages that belongs to the element The element needs to be attached to a form
Page 252 of 382