trait TB in Zircon Profile 8.0
Same name and namespace in other branches
Hierarchy
2 string references to 'TB'
- ClassCollectionLoaderTest::testTraitDependencies in vendor/
symfony/ class-loader/ Tests/ ClassCollectionLoaderTest.php - format_size in core/
includes/ common.inc - Generates a string representation for the given byte count.
File
- vendor/
symfony/ class-loader/ Tests/ Fixtures/ deps/ traits.php, line 17
View source
trait TB {
use TC;
}