MINOR: documentation

This commit is contained in:
Saophalkun Ponlu 2010-04-12 02:32:44 +00:00
parent 1c902a19e7
commit 261a155b97
1 changed files with 1 additions and 1 deletions

View File

@ -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;