<?php trait Foo {public $var = [];} trait Bar {private $var = [];} class Baz {use Foo, Bar;}
You have javascript disabled. You will not be able to edit any code.