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

Breadcrumb

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

function DoctrineArgument::__construct

*

Parameters

ValueType $value:

File

vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArgument.php, line 27

Class

DoctrineArgument
@phpstan-type ValueType = DoctrineAnnotation|IdentifierTypeNode|DoctrineArray|ConstExprNode

Namespace

PHPStan\PhpDocParser\Ast\PhpDoc\Doctrine

Code

public function __construct(?IdentifierTypeNode $key, $value) {
    $this->key = $key;
    $this->value = $value;
}
RSS feed
Powered by Drupal