$this->query->
setWhereGroup($operator,
$id);
} } } // Build all the filters.
$this->
_build('filter'
);
$this->build_sort = TRUE;
// Arguments can, in fact, cause this whole thing to abort.
if (!
$this->
_buildArguments()) { $this->build_time =
microtime(TRUE
) -
$start;
$this->
attachDisplays();
return $this->built;
} // Initialize the style; arguments may have changed which style we use,
// so waiting as long as possible is important. But we need to know
// about the style when we go to build fields.
if (!
$this->
initStyle()) { $this->build_info
['fail'
] = TRUE;
return FALSE;
}