Martin A. Posted October 1, 2009 Posted October 1, 2009 As it is now, everything in public_forums_moderate_moderate is marked as private (except doExecute), making it impossible for 3rd parties to hook into it. That will result in file edits, which all of us are trying to avoid, and probably one of the main reasons you made it. So I'm requesting that either some (or all) of the methods are set to public, or protected (if that allows a child class to call it).
Management Matt Posted October 1, 2009 Management Posted October 1, 2009 We really need to move most of that into a class. I'll go through and make the relevant functions public.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.