where( $this->getColumn() . ' = :' . $this->getParameterKey(), ); if ($this->getHttpValue() === null) { throw new FilterParameterValueIsNullException($this->field); } $queryBuilder->setParameter($this->getParameterKey(), $this->getHttpValue()); return $queryBuilder; } }