1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/lib/Node/Stmt/ClassConstConst.php
2011-05-29 12:20:47 +02:00

9 lines
139 B
PHP

<?php
/**
* @property string $name Name
* @property Node_Expr $value Value
*/
class Node_Stmt_ClassConstConst extends Node_Stmt
{
}