mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
MINOR: documentation
This commit is contained in:
parent
1c902a19e7
commit
261a155b97
@ -17,7 +17,7 @@ abstract class SpamProtectorField extends FormField {
|
|||||||
/**
|
/**
|
||||||
* Set the fields to map spam protection too
|
* Set the fields to map spam protection too
|
||||||
*
|
*
|
||||||
* @param Array array of Field Names
|
* @param Array array of Field Names, where the indexes of the array are the field names of the form and the values are the field names of the spam/captcha service
|
||||||
*/
|
*/
|
||||||
public function setFieldMapping($array) {
|
public function setFieldMapping($array) {
|
||||||
$this->spamFieldMapping = $array;
|
$this->spamFieldMapping = $array;
|
||||||
|
Loading…
Reference in New Issue
Block a user