You are here

final class Attributes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php \Doctrine\Common\Annotations\Annotation\Attributes

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

Related topics

1 file declares its use of Attributes
DocParser.php in vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
1 string reference to 'Attributes'
tour.schema.yml in core/modules/tour/config/schema/tour.schema.yml
core/modules/tour/config/schema/tour.schema.yml
1 class is annotated with Attributes
Enum in 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.

File

vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php, line 31

Namespace

Doctrine\Common\Annotations\Annotation
View source
final class Attributes {

  /**
   * @var array<Doctrine\Common\Annotations\Annotation\Attribute>
   */
  public $value;

}

Members