<?php class Foo { public function bar() { return $this->baz(); } private function baz() { return 'tab'; } } var_dump(Foo::bar());
You have javascript disabled. You will not be able to edit any code.