TestClass.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
Namespace
DoctrineFile
vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/annotation/TestClass.phpView source
<?php
namespace Doctrine;
/**
* @Doctrine\Entity
*/
class TestClass {
}
/**
* @Annotation
*/
class Entity {
}
Classes
Name | Description |
---|---|
Entity | |
TestClass | @Doctrine\Entity |