namespace Doctrine\Common\Annotations\Annotation
Object name | File name | Summary |
---|---|---|
Attribute | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php | Annotation that can be used to signal to the parser to check the attribute type during the parsing process. |
Attributes | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php | Annotation that can be used to signal to the parser to check the types of all declared attributes during the parsing process. |
Enum | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php | Annotation that can be used to signal to the parser to check the available values during the parsing process. |
IgnoreAnnotation | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php | Annotation that can be used to signal to the parser to ignore specific annotations during the parsing process. |
NamedArgumentConstructor | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php | Annotation that indicates that the annotated class should be constructed with a named argument call. |
Required | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php | Annotation that can be used to signal to the parser to check if that attribute is required during the parsing process. |
Target | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php | Annotation that can be used to signal to the parser to check the annotation target during the parsing process. |