1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-14 02:17:31 +01:00
PHP-Parser/lib/Node/Expr/ArrayDimFetch.php

9 lines
159 B
PHP
Raw Normal View History

<?php
2011-05-29 12:20:47 +02:00
/**
* @property Node_Variable $var Variable
* @property null|Node_Expr $dim Array index / dim
*/
class Node_Expr_ArrayDimFetch extends Node_Expr
{
}