AnnotationTargetAll.php

Namespace

Doctrine\Tests\Common\Annotations\Fixtures

File

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

namespace Doctrine\Tests\Common\Annotations\Fixtures;


/**
 * @Annotation
 * @Target("ALL")
 */
class AnnotationTargetAll {
  public $data;
  public $name;
  public $target;

}

Classes

Namesort descending Description
AnnotationTargetAll Plugin annotation @Target("ALL");