PhpParser\Node\Expr\Error::__construct PHP 메소드

__construct() 공개 메소드

Constructs an error node.
public __construct ( array $attributes = [] )
$attributes array Additional attributes
    public function __construct(array $attributes = array())
    {
        parent::__construct($attributes);
    }