class ClassWithAnnotationWithTargetSyntaxError

Plugin annotation

@AnnotationWithTargetSyntaxError();

Hierarchy

Expanded class hierarchy of ClassWithAnnotationWithTargetSyntaxError

File

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

Namespace

Doctrine\Tests\Common\Annotations\Fixtures
View source
class ClassWithAnnotationWithTargetSyntaxError {

  /**
   * @AnnotationWithTargetSyntaxError()
   */
  public $foo;

  /**
   * @AnnotationWithTargetSyntaxError()
   */
  public function bar() {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ClassWithAnnotationWithTargetSyntaxError::$foo public property Plugin annotation @AnnotationWithTargetSyntaxError();
ClassWithAnnotationWithTargetSyntaxError::bar public function Plugin annotation @AnnotationWithTargetSyntaxError();