Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
traits_04.php
blob: 889e943610741549ca0e61cf6a47c48ef799958f [
file
]
<?
php
trait
MyTrait_04
{
use
MyTrait
,
Mytrait_02
{
MyTrait
::
foo insteadof
MyTrait_02
;
}
}
?>