public getUserOption (string $option, [mixed $defaultValue]) Returns the value of an option if present
public getMessages ([mixed $byItemName]) Returns the messages generated in the validation
public getMessagesFor (mixed $name) Returns the messages generated for a specific element
public getAction () Returns the form’s action
public add (Phalcon\Forms\ElementInterface $element, [mixed $position], [mixed $type]) Adds an element to the form
public clear ([array $fields]) Clears every element in the form to its default value
public bind (array $data, object $entity, [array $whitelist]) Binds data to the entity
public count () Returns the number of elements in the form
public current () Returns the current element in the iterator
public get (mixed $name) Returns an element added to the form by its name
Page 244 of 382