Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Snowscript_Node_Expr_DictItem
PHP Class Snowscript_Node_Expr_DictItem, snowscript
Inheritance:
extends
PHPParser_Node_Expr
Show file
Open project: runekaagaard/snowscript
Public Methods
Method
Description
__construct
(
PHPParser_Node_Expr
$key
,
PHPParser_Node_Expr
$value
= null,
integer
$line
,
null
|
string
$docComment
= null )
Constructs an array item node.
Method Details
__construct()
public
method
Constructs an array item node.
public
__construct
(
PHPParser_Node_Expr
$key
,
PHPParser_Node_Expr
$value
= null,
integer
$line
,
null
|
string
$docComment
= null )
$key
PHPParser_Node_Expr
Key
$value
PHPParser_Node_Expr
Value
$line
integer
Line
$docComment
null
|
string
Nearest doc comment