field = $field; } public function getValue() { return $this->field; } public function __toString() { return sprintf('', $this->field); } }