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

Breadcrumb

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

function ConstExprIntegerNode::__construct

File

vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprIntegerNode.php, line 15

Class

ConstExprIntegerNode

Namespace

PHPStan\PhpDocParser\Ast\ConstExpr

Code

public function __construct(string $value) {
    $this->value = $value;
}
RSS feed
Powered by Drupal