value = $value; return $header; } public function getFieldName() { return 'Trailer'; } public function getFieldValue() { return $this->value; } public function toString() { return 'Trailer: ' . $this->getFieldValue(); } }