Make note of method removal.

This commit is contained in:
mark_story 2013-05-04 15:02:28 -04:00
parent 95dbd5308f
commit 4f179b01bd

View file

@ -1011,7 +1011,7 @@ class Controller extends Object implements CakeEventListener {
* @param boolean $exclusive If true, and $op is an array, fields not included in $op will not be
* included in the returned conditions
* @return array An array of model conditions
* @deprecated
* @deprecated Will be removed in 3.0
*/
public function postConditions($data = array(), $op = null, $bool = 'AND', $exclusive = false) {
if (!is_array($data) || empty($data)) {