Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Snowscript_Node_Expr_DictItem
PHP 클래스 Snowscript_Node_Expr_DictItem, snowscript
상속:
extends
PHPParser_Node_Expr
파일 보기
프로젝트 열기: runekaagaard/snowscript
공개 메소드들
메소드
설명
__construct
(
PHPParser_Node_Expr
$key
,
PHPParser_Node_Expr
$value
= null,
integer
$line
,
null
|
string
$docComment
= null )
Constructs an array item node.
메소드 상세
__construct()
공개
메소드
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