You are here

CTrait.php in Zircon Profile 8.0

Namespace

ClassesWithParents

File

vendor/symfony/class-loader/Tests/Fixtures/ClassesWithParents/CTrait.php
View source
<?php

namespace ClassesWithParents;

trait CTrait {

}

Traits

Namesort descending Description
CTrait