Skip to content

Commit

Permalink
Updating doc block for FormHelper::input(). Fixes #6328
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8160 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
markstory committed Apr 29, 2009
1 parent 48386b7 commit 7eaf331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/libs/view/helpers/form.php
Expand Up @@ -559,7 +559,8 @@ function inputs($fields = null, $blacklist = null) {
/**
* 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
Expand Down

0 comments on commit 7eaf331

Please sign in to comment.