Hi, i am creating an auto generating menu, i want to get all the "action" functions from a class within a file. Using php function "get_class_methods" i got returned all the class methods if execute the file, i don't mind having constructor, before, after methods, but using this functions index method gets created. Is there a way to override the "action_index" from creating? Or should look into checking the methods with php tokens?