mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improve docblock
This commit is contained in:
parent
6292fc707d
commit
c159854a17
1 changed files with 3 additions and 1 deletions
|
@ -1569,7 +1569,9 @@ class Model extends Object implements CakeEventListener {
|
|||
*
|
||||
* @param string $name Name of the table field
|
||||
* @param mixed $value Value of the field
|
||||
* @param array $validate See $options param in Model::save(). Does not respect 'fieldList' key if passed
|
||||
* @param boolean|array $validate Either a boolean, or an array.
|
||||
* If a boolean, indicates whether or not to validate before saving.
|
||||
* If an array, allows control of 'validate' and 'callbacks' options.
|
||||
* @return boolean See Model::save()
|
||||
* @see Model::save()
|
||||
* @link http://book.cakephp.org/2.0/en/models/saving-your-data.html#model-savefield-string-fieldname-string-fieldvalue-validate-false
|
||||
|
|
Loading…
Reference in a new issue