My particular scenario involves doing some text transformation using regular expressions within a private method. The private method calls preg_replace_callback, but is seem
Can you not use protected? I'd need to know what the relationship of these two classes were in relation to each other to be more clear, but you should be able to extend the class and use the new protected methods you have inherited without making them public.