Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
traits_02.php
blob: bd8b4b80d41b1f4ac62d2eea7b13289df0635790 [
file
] [
log
] [
blame
]
<?
php
trait
MyTrait_02
{
use
MyTrait
;
}
?>