final class Attributes in Plug 7
Annotation that can be used to signal to the parser to check the types of all declared attributes during the parsing process.
@author Fabio B. Silva <fabio.bat.silva@gmail.com>
Hierarchy
- class \Doctrine\Common\Annotations\Annotation\Attributes
Expanded class hierarchy of Attributes
1 file declares its use of Attributes
- DocParser.php in lib/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ DocParser.php
1 class is annotated with Attributes
File
- lib/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ Attributes.php, line 31
Namespace
Doctrine\Common\Annotations\AnnotationView source
final class Attributes {
/**
* @var array<Doctrine\Common\Annotations\Annotation\Attribute>
*/
public $value;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Attributes:: |
public | property |