_filter = $filter; } /** * Returns a string representation of the filter. * * @return string */ public function toString() { return '(' . $this->_filter . ')'; } }