getFormField($this->Name, $this->Title, null); } } return false; } function getFieldValidationOptions() { return new FieldList(); } function getRequired() { return false; } public function Icon() { return 'spamprotection/images/' . strtolower($this->class) . '.png'; } function showInReports() { return false; } } }