Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Attributes.php

Same filename in this branch
  1. 11.1.x vendor/open-telemetry/sdk/Common/Attribute/Attributes.php

Namespace

Doctrine\Common\Annotations\Annotation

File

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal