trait BTrait in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/class-loader/Tests/Fixtures/ClassesWithParents/BTrait.php \ClassesWithParents\BTrait
Hierarchy
File
- vendor/
symfony/ class-loader/ Tests/ Fixtures/ ClassesWithParents/ BTrait.php, line 5
Namespace
ClassesWithParentsView source
trait BTrait {
use ATrait;
}