Plugin annotation
@AnnotationTargetPropertyMethod("Some data",name="Some name")
File
- drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php, line 30
Class
- ClassWithValidAnnotationTarget
- Plugin annotation
@AnnotationTargetClass("Some data");
Namespace
Doctrine\Tests\Common\Annotations\Fixtures
Code
public function someFunction() {
}