Interface SpamProtector
Spam Protector base interface. All Protectors should implement this interface to ensure that they contain all the correct methods.
Direct known implementers
Methods summary
public
|
#
getFormField( mixed $name = null, mixed $title = null, mixed $value = null, mixed $form = null, mixed $rightTitle = null )
Return the Field Associated with this protector |
public
|
#
sendFeedback( mixed $object = null, mixed $feedback = "" )
Function required to handle dynamic feedback of the system. if unneeded just return true |