You are here

TestClass.php in Zircon Profile 8

Namespace

Doctrine

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/annotation/TestClass.php
View source
<?php

namespace Doctrine;


/**
 * @Doctrine\Entity
 */
class TestClass {

}

/**
 * @Annotation
 */
class Entity {

}

Classes