mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 00:59:49 +01:00
9 lines
165 B
PHP
9 lines
165 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string|Expr_Name $class class
|
|
* @property string $name Name of constant
|
|
*/
|
|
class Node_Expr_ClassConstFetch extends Node_Expr
|
|
{
|
|
} |