ExampleAnnotationClass.php in Plug 7
Namespace
Doctrine\Tests\Common\ReflectionFile
lib/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" ) |