function f() { return privateFunc(); } private function privateFunc() { return "ModWithPrivate.f"; }