mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-13 17:47:23 +01:00
9 lines
167 B
PHP
9 lines
167 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property Node_Variable $var Variable holding object
|
||
|
* @property string|Node_Expr $name Name
|
||
|
*/
|
||
|
class Node_Expr_PropertyFetch extends Node_Expr
|
||
|
{
|
||
|
}
|