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.