AnnotationTargetMethod.php

Namespace

Doctrine\Tests\Common\Annotations\Fixtures

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetMethod.php
View source
<?php

namespace Doctrine\Tests\Common\Annotations\Fixtures;


/**
 * @Annotation
 * @Target("METHOD")
 */
final class AnnotationTargetMethod {
  public $data;
  public $name;
  public $target;

}

Classes

Namesort descending Description
AnnotationTargetMethod Plugin annotation @Target("METHOD");