Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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