mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-13 09:57:25 +01:00
8 lines
109 B
PHP
8 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property Node_Name $name Name of constant
|
||
|
*/
|
||
|
class Node_Expr_ConstFetch extends Node_Expr
|
||
|
{
|
||
|
}
|