Attributes.php
Same filename in this branch
Namespace
Doctrine\Common\Annotations\AnnotationFile
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ Attributes.php
View source
<?php
namespace Doctrine\Common\Annotations\Annotation;
/**
* Annotation that can be used to signal to the parser
* to check the types of all declared attributes during the parsing process.
*
* @Annotation
*/
final class Attributes {
/** @var array<Attribute> */
public $value;
}
Classes
Title | Deprecated | Summary |
---|---|---|
Attributes | Annotation that can be used to signal to the parser to check the types of all declared attributes during the parsing process. |