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

Breadcrumb

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

function ConstExprArrayItemNode::__construct

File

vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprArrayItemNode.php, line 19

Class

ConstExprArrayItemNode

Namespace

PHPStan\PhpDocParser\Ast\ConstExpr

Code

public function __construct(?ConstExprNode $key, ConstExprNode $value) {
    $this->key = $key;
    $this->value = $value;
}

API Navigation

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