php-parser/lib/Node/Expr/ConstFetch.php

8 lines
109 B
PHP
Raw Normal View History

<?php
/**
* @property Node_Name $name Name of constant
*/
class Node_Expr_ConstFetch extends Node_Expr
{
}