/home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Expr
Edit: /home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php (649B)
attributes = $attributes;
$this->cond = $cond;
$this->arms = $arms;
}
public function getSubNodeNames() : array {
return ['cond', 'arms'];
}
public function getType() : string {
return 'Expr_Match';
}
}