<?php class Foo { final private function test() { } } final class Bar extends Foo { final private function test() { } }
You have javascript disabled. You will not be able to edit any code.