function views_plugin_query_default::add_tag
Adds a query tag to the sql object.
See also
File
-
plugins/
views_plugin_query_default.inc, line 1114
Class
- views_plugin_query_default
- Object used to create a SELECT query.
Code
public function add_tag($tag) {
$this->tags[] = $tag;
}