Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BigIntLiteral.php
function BigIntLiteral::getBigint
Returns node's value
Return value
string
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
BigIntLiteral.php
, line 54
Class
BigIntLiteral
A node that represents a BigInt literal.
Namespace
Peast\Syntax\Node
Code
public
function
getBigint
() {
return
$this
->
bigint
; }
RSS feed