mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Updating doc blocks on formhelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8067 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
f2b698a965
commit
259ecbe9a7
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ class FormHelper extends AppHelper {
|
|||
*
|
||||
* @access public
|
||||
* @param string $model The model object which the form is being defined for
|
||||
* @param array $options An array of html attributes and options.
|
||||
* @param array $options An array of html attributes and options.
|
||||
* @return string An formatted opening FORM tag.
|
||||
*/
|
||||
function create($model = null, $options = array()) {
|
||||
|
@ -568,7 +568,7 @@ class FormHelper extends AppHelper {
|
|||
* - 'error' - control the error message that is produced
|
||||
*
|
||||
* @param string $fieldName This should be "Modelname.fieldname"
|
||||
* @param array $options - Each type of input takes different options.
|
||||
* @param array $options Each type of input takes different options.
|
||||
* @return string Completed form widget
|
||||
*/
|
||||
function input($fieldName, $options = array()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue