Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstExprIntegerNode.php
function ConstExprIntegerNode::__toString
File
vendor/
phpstan/
phpdoc-parser/
src/
Ast/
ConstExpr/
ConstExprIntegerNode.php
, line 21
Class
ConstExprIntegerNode
Namespace
PHPStan\PhpDocParser\Ast\ConstExpr
Code
public
function
__toString
() : string {
return
$this
->
value
; }
RSS feed