Merge pull request #2300 from cusspvz/patch-1

Model.php PHPDoc Description: Change afterFilter with afterFind
This commit is contained in:
Mark Story 2013-11-10 10:43:05 -08:00
commit 9d18a5da78

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 array $results Results to filter
* @param boolean $primary If this is the primary model results (results from model where the find operation was performed) * @param boolean $primary If this is the primary model results (results from model where the find operation was performed)