You are here

CInterface.php in Zircon Profile 8

Namespace

ClassesWithParents

File

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

namespace ClassesWithParents;

interface CInterface extends GInterface {

}

Interfaces

Namesort descending Description
CInterface