예제 #1
0
파일: visibility.php 프로젝트: pixlr/zce-3
 public function test(T $t)
 {
     // have access to private, because of the same type
     $t->foo = 'hello';
     $t->bar();
 }