function spamspan_admin_page::__construct in SpamSpan filter 7
File
- ./
spamspan_admin_page.php, line 14 - This module implements the spamspan technique (http://www.spamspan.com ) for hiding email addresses from spambots.
Class
- spamspan_admin_page
- @file This module implements the spamspan technique (http://www.spamspan.com ) for hiding email addresses from spambots.
Code
function __construct($parent) {
$this->parent = $parent;
}