class SomeAnnotationClassNameWithoutConstructor
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationClassNameWithoutConstructor
Expanded class hierarchy of SomeAnnotationClassNameWithoutConstructor
Related topics
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php, line 1311
Namespace
Drupal\Tests\Component\Annotation\DoctrineView source
class SomeAnnotationClassNameWithoutConstructor {
public $data;
public $name;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
SomeAnnotationClassNameWithoutConstructor::$data | public | property | |
SomeAnnotationClassNameWithoutConstructor::$name | public | property |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.