mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 17:57:59 +01:00
8 lines
109 B
PHP
8 lines
109 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string $name Name
|
|
*/
|
|
class PHPParser_Node_Stmt_Label extends PHPParser_Node_Stmt
|
|
{
|
|
} |