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