1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 18:28:25 +01:00
PHP-Parser/lib/Node/Expr/PropertyFetch.php

9 lines
195 B
PHP

<?php
/**
* @property Node_Variable $var Variable holding object
* @property string|Node_Expr|Node_Variable $name Name
*/
class Node_Expr_PropertyFetch extends Node_Expr
{
}