public function ProfanityPregCallback::get_count in Profanity 7
File
- ./
profanity.module, line 605 - Main {profanity} file.
Class
Code
public function get_count() {
return $this->count;
}
public function get_count() {
return $this->count;
}