MINOR: added package

This commit is contained in:
Will Rossiter 2009-09-14 03:14:58 +00:00
parent 3c1c9f943a
commit 819732d910
1 changed files with 4 additions and 0 deletions

View File

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