public current () Returns the current element in the iterator
public getUserOptions () Returns the options for the element
public label (mixed $name, [array $attributes]) Generate the label of an element added to the form including
public getUserOption (string $option, [mixed $defaultValue]) Returns the value of an option if present
public next () Moves the internal iteration pointer to the next position
public clear ([array $fields]) Clears every element in the form to its default value
extends abstract class Phalcon\Di\Injectable
public render (string $name, [array $attributes]) Renders a specific item in the form
public has (mixed $name) Check if the form contains an element
public get (mixed $name) Returns an element added to the form by its name
Page 3 of 4