mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
4f2d65943f
commit
41f32d8cee
1 changed files with 1 additions and 1 deletions
|
@ -2739,7 +2739,7 @@ class Model extends Overloadable {
|
|||
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
|
||||
* @return boolean True if the operation should continue, false if it should abort
|
||||
|
|
Loading…
Reference in a new issue