PHP Class Snowscript_Node_Expr_Dict, snowscript

Inheritance: extends PHPParser_Node_Expr
显示文件 Open project: runekaagaard/snowscript

Public Methods

Method Description
__construct ( array $items = [], integer $line, null | string $docComment = null ) Constructs an array node.

Method Details

__construct() public method

Constructs an array node.
public __construct ( array $items = [], integer $line, null | string $docComment = null )
$items array Items of the array
$line integer Line
$docComment null | string Nearest doc comment