* Added some equals-alignments and removed require_once paranthesis. * Notice: _add_menu_page() has been renamed to add_menu_page()
This method has been non-static for not reason which lead to reasonable warning. Simply declared static now, as there are no instance dependencies.
Altered variable names from camel to snake case, renamed class files from *.class.php to class-*.php, added some comments.