Updating doc block for Model::beforeDelete(). Fixes #6219

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8174 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mark_story 2009-05-22 01:20:47 +00:00
parent 4f2d65943f
commit 41f32d8cee

View file

@ -2739,7 +2739,7 @@ class Model extends Overloadable {
function afterSave($created) { function afterSave($created) {
} }
/** /**
* Called after every deletion operation. * Called before every deletion operation.
* *
* @param boolean $cascade If true records that depend on this record will also be deleted * @param boolean $cascade If true records that depend on this record will also be deleted
* @return boolean True if the operation should continue, false if it should abort * @return boolean True if the operation should continue, false if it should abort