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

Breadcrumb

  1. Drupal Core 11.1.x
  2. AttributeGroup.php

function AttributeGroup::__construct

Parameters

Attribute[] $attrs PHP attributes:

array<string, mixed> $attributes Additional node attributes:

Overrides NodeAbstract::__construct

File

vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php, line 15

Class

AttributeGroup

Namespace

PhpParser\Node

Code

public function __construct(array $attrs, array $attributes = []) {
    $this->attributes = $attributes;
    $this->attrs = $attrs;
}

API Navigation

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