public setAction (mixed $action) Sets the form’s action
public hasMessagesFor (mixed $name) Check if messages were generated for a specific element
public remove (mixed $name) Removes an element from the form
public bind (array $data, object $entity, [array $whitelist]) Binds data to the entity
public getAction () Returns the form’s action
public setValidation (mixed $validation) ...
public add (Phalcon\Forms\ElementInterface
public clear ([array $fields]) Clears every element in the form to its default value
public label (mixed $name, [array $attributes]) Generate the label of an element added to the form including
public getMessagesFor (mixed $name) Returns the messages generated for a specific element
Page 2 of 4