class AnnotationTargetAll

Plugin annotation

@Target("ALL");

Hierarchy

Expanded class hierarchy of AnnotationTargetAll

3 files declare their use of AnnotationTargetAll
ClassWithAnnotationWithVarType.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php
ClassWithClosure.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php
ClassWithValidAnnotationTarget.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php
2 classes are annotated with AnnotationTargetAll
ClassWithClosure in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php
Plugin annotation @AnnotationTargetAll("Foo");
ClassWithClosure::methodName in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php
Plugin annotation @AnnotationTargetAll(@AnnotationTargetAnnotation);

File

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

Namespace

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

}

Members