value = $value; $this->type = $type; } public function toSql(DibiDriverInterface $driver, $modifier) { return $driver->format($this->value, $this->type); } }