field = $field; $this->text = $text; } /** * @todo docblock */ public function key() { return $this->field . chr(0) . $this->text; } }