@@ -74,6 +74,9 @@ |
||
| 74 | 74 | return $this->renderElements($fieldset, true); |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | + /** |
|
| 78 | + * @return null|FormInterface |
|
| 79 | + */ |
|
| 77 | 80 | public function renderElements($fieldset, $buttonsFieldset, $colMap = null, $buttonsSpan = null) |
| 78 | 81 | { |
| 79 | 82 | if ($fieldset instanceOf ViewPartialProviderInterface) { |