diff --git a/forms/FormField.php b/forms/FormField.php index 4c080ec23..7cec10618 100644 --- a/forms/FormField.php +++ b/forms/FormField.php @@ -700,6 +700,13 @@ class FormField extends RequestHandler { $this->description = $description; return $this; } + + /** + * @return String + */ + function getDescription() { + return $this->description; + } function debug() { return "$this->class ($this->name: $this->title : $this->message) = $this->value";