PHP 클래스 PhpParser\Node\Expr\List_

상속: extends PhpParser\Node\Expr
파일 보기 프로젝트 열기: nikic/php-parser

공개 프로퍼티들

프로퍼티 타입 설명
$items List of items to assign to

공개 메소드들

메소드 설명
__construct ( array $items, array $attributes = [] ) Constructs a list() destructuring node.
getSubNodeNames ( )

메소드 상세

__construct() 공개 메소드

Constructs a list() destructuring node.
public __construct ( array $items, array $attributes = [] )
$items array List of items to assign to
$attributes array Additional attributes

getSubNodeNames() 공개 메소드

public getSubNodeNames ( )

프로퍼티 상세

$items 공개적으로 프로퍼티

List of items to assign to
public $items