Sets the exposed filters input to an array.
string[] $filters: The values taken from the view's exposed filters and sorts.
public function setExposedInput($filters) { $this->exposed_input = $filters; }