Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
semantic
/
traits_06.php.semantic
blob: f99269d256f56dc6a85db77a1f166056c5cadfc4 [
file
] [
log
] [
blame
]
<?
php
class
|>
CLASS
:
TraitClass
<|
{
use
MyTrait
,
Mytrait_02
{
MyTrait
::
foo
as
|>
METHOD
:
bar
<|;
MyTrait
::
foo insteadof
MyTrait_02
;
}
}
?>