function SomeAnnotationWithConstructorWithoutParams::__construct

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationWithConstructorWithoutParams::__construct()
  2. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationWithConstructorWithoutParams::__construct()
  3. 10 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 1321

Class

SomeAnnotationWithConstructorWithoutParams

Namespace

Drupal\Tests\Component\Annotation\Doctrine

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.