protect private methods…
-
I’d like to reuse Antispam Bee for protecting non-comment submitted materials. However, with methods like
_verify_comment_request
set asprivate
, I’m not able to call the method unless I instantiate Antispam Bee’s class entirely. I don’t want to do that so that I can call only specific parts.Could you please review the Antispam_Bee class for your actual checking methods and create static public accessors?
Thank you.
@ref https://stackoverflow.com/questions/4361553/php-public-private-protected
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘protect private methods…’ is closed to new replies.