final class AnnotationTargetMethod

Plugin annotation

@Target("METHOD");

Hierarchy

Expanded class hierarchy of AnnotationTargetMethod

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetMethod.php, line 10

Namespace

Doctrine\Tests\Common\Annotations\Fixtures
View source
final class AnnotationTargetMethod {
  public $data;
  public $name;
  public $target;

}

Members