mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Updating doc block for FormHelper::input(). Fixes #6328
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8160 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
48386b791f
commit
7eaf331213
1 changed files with 2 additions and 1 deletions
|
@ -559,7 +559,8 @@ class FormHelper extends AppHelper {
|
|||
/**
|
||||
* Generates a form input element complete with label and wrapper div
|
||||
*
|
||||
* Options - See each field type method for more information.
|
||||
* Options - See each field type method for more information. Any options that are part of
|
||||
* $attributes or $options for the different type methods can be included in $options for input().
|
||||
*
|
||||
* - 'type' - Force the type of widget you want. e.g. ```type => 'select'```
|
||||
* - 'label' - control the label
|
||||
|
|
Loading…
Add table
Reference in a new issue