mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 10:02:42 +00:00
Model.php PHPDoc Description: Chang afterFilter with afterFind
This commit is contained in:
parent
8d38861a2e
commit
b1e366c500
1 changed files with 1 additions and 1 deletions
|
@ -3196,7 +3196,7 @@ class Model extends Object implements CakeEventListener {
|
|||
}
|
||||
|
||||
/**
|
||||
* Passes query results through model and behavior afterFilter() methods.
|
||||
* Passes query results through model and behavior afterFind() methods.
|
||||
*
|
||||
* @param array $results Results to filter
|
||||
* @param boolean $primary If this is the primary model results (results from model where the find operation was performed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue