예제 #1
0
 public function shouldInvalidateFilters($grid, $column, $params, $rendererTypes)
 {
     if (!parent::shouldInvalidateFilters($grid, $column, $params, $rendererTypes)) {
         return $this->_extractBoolParam($params['old'], 'boolean_filter') xor $this->_extractBoolParam($params['new'], 'boolean_filter');
     }
     return true;
 }