mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-13 09:57:25 +01:00
9 lines
159 B
PHP
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
|
|
{
|
|
} |