class SomeAnnotationWithConstructorWithoutParams in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationWithConstructorWithoutParams
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\SomeAnnotationWithConstructorWithoutParams
Expanded class hierarchy of SomeAnnotationWithConstructorWithoutParams
Related topics
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php, line 1335
Namespace
Drupal\Tests\Component\Annotation\DoctrineView source
class SomeAnnotationWithConstructorWithoutParams {
function __construct() {
$this->data = "Some data";
}
public $data;
public $name;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SomeAnnotationWithConstructorWithoutParams:: |
public | property | ||
SomeAnnotationWithConstructorWithoutParams:: |
public | property | ||
SomeAnnotationWithConstructorWithoutParams:: |
function |