mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Make note of method removal.
This commit is contained in:
parent
95dbd5308f
commit
4f179b01bd
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue