ExampleAnnotationClass.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Doctrine\Tests\Common\ReflectionFile
vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/ExampleAnnotationClass.phpView source
<?php
namespace Doctrine\Tests\Common\Reflection;
use Doctrine\Common\Annotations\Annotation;
/**
* @Annotation(
* key = "value"
* )
*/
class ExampleAnnotationClass {
}
Classes
Name | Description |
---|---|
ExampleAnnotationClass | Plugin annotation @Annotation( key = "value" ) |