Is there any type of built in way to automatically look through the controllers and find out what actions they have associated with them?
Thanks! -Seth
Can't you just use get_class_methods()?
get_class_methods()
https://php.net/manual/en/function.get-class-methods.php