You are here

function SomeAnnotationWithConstructorWithoutParams::__construct in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationWithConstructorWithoutParams::__construct()

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php, line 1334

Class

SomeAnnotationWithConstructorWithoutParams

Namespace

Drupal\Tests\Component\Annotation\Doctrine

Code

function __construct() {
  $this->data = "Some data";
}