class AnnotWithDefaultValue

Hierarchy

Expanded class hierarchy of AnnotWithDefaultValue

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/AnnotWithDefaultValue.php, line 6

Namespace

Doctrine\Tests\Common\Annotations\Fixtures\Annotation
View source
class AnnotWithDefaultValue {

  /** @var string */
  public $foo = 'bar';

}

Members