You are here

GInterface.php in Zircon Profile 8

Namespace

ClassesWithParents

File

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

namespace ClassesWithParents;

interface GInterface {

}

Interfaces

Namesort descending Description
GInterface