コード例 #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();
 }