fieldName; } public function getMessage() { return $this->message; } public function __construct($fieldName, $message) { $this->fieldName = $fieldName; $this->message = $message; } }