mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-06 05:58:59 +01:00
9 lines
235 B
PHP
9 lines
235 B
PHP
<?php
|
|
|
|
/**
|
|
* @property PHPParser_Node_Variable $var Variable reference is assigned to
|
|
* @property PHPParser_Node_Variable $refVar Variable which is referenced
|
|
*/
|
|
class PHPParser_Node_Expr_AssignRef extends PHPParser_Node_Expr
|
|
{
|
|
} |