<?php trait FooTrait { private function doFoo() { print "Hello world"; } } class Foo { use FooTrait; public function bar() { $this->doFoo(); } } $foo = new Foo(); $foo->bar();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`