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