Toggle navigation
Hot Examples
RU
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
Показать файл
Открыть проект
Открытые методы
Метод
Описание
__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