public clear () Clears every element in the form to its default value
public getAttributes () Returns the default attributes for the element
implements Phalcon\Forms\ElementInterface
public label ([array $attributes]) Generate the HTML to label the element
public setName (mixed $name) Sets the element name
public mixed getAttribute (string $attribute, [mixed $defaultValue]) Returns the value of an attribute
public setUserOptions (array $options) Sets options for the element
public getMessages () Returns the messages that belongs to the element The element needs to be attached to a form
public setAttributes (array $attributes) Sets default attributes for the element
public getLabel () Returns the element label
Page 1 of 4