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

9 lines
167 B
PHP
Raw Normal View History

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