function SomeAnnotationWithConstructorWithoutParams::__construct

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php, line 1157

Class

SomeAnnotationWithConstructorWithoutParams

Namespace

Doctrine\Tests\Common\Annotations

Code

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