PHP 클래스 PhpParser\Node\Expr\Error

An error node may be placed at a position where an expression is required, but an error occurred. Error nodes will not be present if the parser is run in throwOnError mode (the default).
상속: extends PhpParser\Node\Expr
파일 보기 프로젝트 열기: nikic/php-parser

공개 메소드들

메소드 설명
__construct ( array $attributes = [] ) Constructs an error node.
getSubNodeNames ( )

메소드 상세

__construct() 공개 메소드

Constructs an error node.
public __construct ( array $attributes = [] )
$attributes array Additional attributes

getSubNodeNames() 공개 메소드

public getSubNodeNames ( )