MINOR: added package

This commit is contained in:
Will Rossiter 2009-09-14 03:14:58 +00:00
parent 3c1c9f943a
commit 819732d910

View File

@ -8,11 +8,15 @@
* markAsSpam() and markAsHam should be called in validate() after the status of the spam checking has * markAsSpam() and markAsHam should be called in validate() after the status of the spam checking has
* been obtained. * been obtained.
* *
* @package spamprotection
*/ */
class SpamProtectorField extends FormField { class SpamProtectorField extends FormField {
protected $spanControlCallbackObj = null; protected $spanControlCallbackObj = null;
/**
* Set the Callback Object
*/
function setCallbackObject($callbackObject) { function setCallbackObject($callbackObject) {
$this->spanControlCallbackObj = $callbackObject; $this->spanControlCallbackObj = $callbackObject;
} }