class AnnotWithDefaultValue

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue
  2. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue
  3. 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\AnnotWithDefaultValue

Hierarchy

Expanded class hierarchy of AnnotWithDefaultValue

Related topics

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php, line 8

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation
View source
class AnnotWithDefaultValue {
    
    /** @var string */
    public $foo = 'bar';

}

Members

Title Sort descending Modifiers Object type Summary
AnnotWithDefaultValue::$foo public property @var string

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