/home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt
Edit: /home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php (649B)
attributes = $attributes;
$this->value = $value;
}
public function getSubNodeNames() : array {
return ['value'];
}
public function getType() : string {
return 'Stmt_InlineHTML';
}
}