1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-13 09:57:25 +01:00
PHP-Parser/lib/Node/Expr/ArrayDimFetch.php
2011-05-29 12:20:47 +02:00

9 lines
159 B
PHP

<?php
/**
* @property Node_Variable $var Variable
* @property null|Node_Expr $dim Array index / dim
*/
class Node_Expr_ArrayDimFetch extends Node_Expr
{
}