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