Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
VariableDeclaration.php
VariableDeclaration::$kind
Declaration kind that is one of the kind constants
Type:
string
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
VariableDeclaration.php
, line 58
Class
VariableDeclaration
A node that represents a "var", "const" or "let" declaration. For example: var a = 1
Namespace
Peast\Syntax\Node
Code
protected $kind = self::KIND_VAR;
RSS feed