You are here

public property Attribute::$required in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php \Doctrine\Common\Annotations\Annotation\Attribute::required

Type: boolean

File

modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php, line 46

Class

Attribute
Annotation that can be used to signal to the parser to check the attribute type during the parsing process.

Namespace

Doctrine\Common\Annotations\Annotation

Code

public $required = false;