Render a collection by iterating through all fieldsets and elements
| Parameters: | ElementInterface – |
|---|---|
| Return type: | string |
Only render a template
| Parameters: | CollectionElement – |
|---|---|
| Return type: | string |
If set to true, collections are automatically wrapped around a fieldset
| Parameters: | bool – |
|---|---|
| Return type: | FormCollection |
Gets the name of the view helper that should be used to render sub elements.
| Return type: | string |
|---|
Sets the name of the view helper that should be used to render sub elements.
| Parameters: | string – The name of the view helper to set. |
|---|---|
| Return type: | FormCollection |
Retrieve the element helper.
| Return type: | AbstractHelper |
|---|
Sets the element helper that should be used by this collection.
| Parameters: | AbstractHelper – The element helper to use. |
|---|---|
| Return type: | FormCollection |