Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
traits_07.php
blob: 4ebc0109b41a8b2a1382978f6d18ec13d9ab4802 [
file
]
<?
php
trait foo
{
public
$bar
;
public
function
&
getBar
()
{
return
$this
->
bar
;
}
}
?>