From 819732d910d459b0134c1090ed2ba96bf7f7e97a Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 14 Sep 2009 03:14:58 +0000 Subject: [PATCH] MINOR: added package --- code/SpamProtectorField.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/SpamProtectorField.php b/code/SpamProtectorField.php index 0e06ad2..a2057d7 100644 --- a/code/SpamProtectorField.php +++ b/code/SpamProtectorField.php @@ -8,11 +8,15 @@ * markAsSpam() and markAsHam should be called in validate() after the status of the spam checking has * been obtained. * + * @package spamprotection */ class SpamProtectorField extends FormField { protected $spanControlCallbackObj = null; + /** + * Set the Callback Object + */ function setCallbackObject($callbackObject) { $this->spanControlCallbackObj = $callbackObject; }