Possible Duplicate:
How to check if a function is public or protected in PHP
Is there a function that checks if giver method of given class is public?
I know method_exists()
, but it does not work how I want to. If there isn't how can I check that?