<?php trait foo { public function bar() { } } class c { use foo { bar as private bat; } } var_dump(get_class_methods('c'));
You have javascript disabled. You will not be able to edit any code.