My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
<?php
abstract class SpamCheck_Abstract{
protected $spamcheck;

public function __construct(SpamCheck $spamcheck)
{
$this->spamcheck=$spamcheck;
}
public function check(){}
}
?>
Show details Hide details

Change log

r88 by maartenvanvliet on Jun 26, 2008   Diff
Spam check library with Akismet plugin
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 185 bytes, 11 lines
Hosted by Google Code