/var/www/cobraambalaj/vendor/nikic/php-parser/lib/PhpParser/Node/Expr
Edit: /var/www/cobraambalaj/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php (1155B)
attributes = $attributes;
$this->var = $var;
$this->name = \is_string($name) ? new Identifier($name) : $name;
$this->args = $args;
}
public function getSubNodeNames() : array {
return ['var', 'name', 'args'];
}
public function getType() : string {
return 'Expr_NullsafeMethodCall';
}
}