abstract public setAttributes (array $attributes) ...
public isValid ([array $data], [object $entity]) Validates the form
public mixed getAttribute (string $attribute, [mixed $defaultValue]) Returns the value of an attribute
public setName (mixed $name) Sets the element name
abstract public setLabel (mixed $label) ...
public getAttributes () Returns the default attributes for the element
abstract public setDefault (mixed $value) ...
abstract public getLabel () ...
abstract public setUserOption (mixed $option, mixed $value) ...
public label ([array $attributes]) Generate the HTML to label the element
Page 1 of 13