Utility form helper that renders a label (if it exists), an element and errors
| Parameters: | ElementInterface – |
|---|---|
| Return type: | string |
| Throws : | ZendFormExceptionDomainException |
Set the label position
| Parameters: | $labelPosition – |
|---|---|
| Return type: | FormRow |
| Throws : | ZendFormExceptionInvalidArgumentException |
Are the errors rendered by this helper ?
| Parameters: | bool – |
|---|---|
| Return type: | FormRow |
Set the attributes for the row label
| Parameters: | array – |
|---|---|
| Return type: | FormRow |
Get the attributes for the row label
| Return type: | array |
|---|
Set the class that is added to element that have errors
| Parameters: | string – |
|---|---|
| Return type: | FormRow |
Get the class that is added to element that have errors
| Return type: | string |
|---|