select(string $value) Sets the value of the field.
setErrorCode(int $error) Sets the PHP error code associated with the field.
class ChoiceFormField extends FormField
string getName() Returns the name of the field.
string getType() Returns the type of the choice field (radio, select, or checkbox).
bool containsOption(string $optionValue, array $options) Checks whether given value is in the
bool isMultiple() Returns true if the field accepts multiple values.
addChoice(DOMElement $node)
class TextareaFormField extends
tick() Ticks a checkbox. Exceptions
Page 1 of 3