mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update docblock
This commit is contained in:
parent
036c24937d
commit
8bc17996dc
1 changed files with 2 additions and 1 deletions
|
@ -299,8 +299,9 @@ class FormHelper extends AppHelper {
|
|||
* can be overridden when calling input()
|
||||
* - `encoding` Set the accept-charset encoding for the form. Defaults to `Configure::read('App.encoding')`
|
||||
*
|
||||
* @param string $model The model object which the form is being defined for. Should
|
||||
* @param string|array $model The model object which the form is being defined for. Should
|
||||
* include the plugin name for plugin forms. e.g. `ContactManager.Contact`.
|
||||
* If an array is passed and $options argument is empty, the array will be used as options.
|
||||
* @param array $options An array of html attributes and options.
|
||||
* @return string An formatted opening FORM tag.
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#options-for-create
|
||||
|
|
Loading…
Reference in a new issue