<?php class AClass { public static function aStaticMethod() { } public function aMethod() { } } function a_function() { another_function(); } function another_function() { } function yet_another_function() { }