"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:
phpnut 2008-04-03 15:22:18 +00:00
parent d14b50fc92
commit 5692ed149b

View file

@ -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) {