mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
"Updating doc comments for Model::create()"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6630 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d14b50fc92
commit
5692ed149b
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ class Model extends Overloadable {
|
|||
* @param mixed $data Optional data array to assign to the model after it is created. If null or false,
|
||||
* schema data defaults are not merged.
|
||||
* @param boolean $filterKey If true, overwrites any primary key input with an empty value
|
||||
* @return mixed The current data of the model, or true if $data is empty
|
||||
* @return array The current Model::data; after merging $data and/or defaults from database
|
||||
* @access public
|
||||
*/
|
||||
function create($data = array(), $filterKey = false) {
|
||||
|
|
Loading…
Reference in a new issue