You are here

TestClass.php in Plug 7

Namespace

Doctrine

File

lib/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