You are here

public function ProfanityPregCallback::__construct in Profanity 7

File

./profanity.module, line 590
Main {profanity} file.

Class

ProfanityPregCallback

Code

public function __construct($wordlist, $modifiers, $character) {
  $this->wordlist = $wordlist;
  $this->modifiers = $modifiers;
  $this->character = $character;
}