display = $display; $this->pre = $pre; $this->post = $post; } public function getPreText() { return $this->pre; } public function getPostText() { return $this->post; } public function getDisplayText() { return $this->display; } }