views_handler_filter::$operator
Contains the operator which is used on the query.
Type: string
File
-
handlers/
views_handler_filter.inc, line 50
Class
- views_handler_filter
- Base class for filters.
Code
public $operator = '=';
Contains the operator which is used on the query.
Type: string
public $operator = '=';