Improved inline docs

This commit is contained in:
Luke Towers 2017-12-02 15:43:57 -06:00
parent d26f2aca6d
commit b1d0108227
1 changed files with 2 additions and 1 deletions

View File

@ -464,7 +464,7 @@ class FormController extends ControllerBehavior
if (post('close') && !ends_with($context, '-close')) {
$context .= '-close';
}
if (post('refresh', false)) {
return Redirect::refresh();
}
@ -789,6 +789,7 @@ class FormController extends ControllerBehavior
/**
* Called after the form fields are defined.
* @param Backend\Widgets\Form $host The hosting form widget
* @param array All form fields in the form of ['fieldName' => $fieldObject]
* @return void
*/
public function formExtendFields($host, $fields)