Model.php PHPDoc Description: Chang afterFilter with afterFind

This commit is contained in:
José Moreira 2013-11-10 16:59:28 +00:00
parent 8d38861a2e
commit b1e366c500

View file

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