mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-11 17:09:41 +01:00
8 lines
117 B
PHP
8 lines
117 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string $value String
|
|
*/
|
|
class PHPParser_Node_Stmt_InlineHTML extends PHPParser_Node_Stmt
|
|
{
|
|
} |