mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 17:28:27 +01:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string $value String
|
|
*/
|
|
class Node_Stmt_InlineHTML extends Node_Stmt
|
|
{
|
|
} |