You are here

public property AnnotWithDefaultValue::$foo in Drupal 8

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::foo

@var string

File

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

Class

AnnotWithDefaultValue

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation

Code

public $foo = 'bar';