2011-05-27 18:20:44 +02:00
|
|
|
<?php
|
|
|
|
|
2011-05-29 17:33:03 +02:00
|
|
|
/**
|
|
|
|
* @property Node_Variable $var Variable reference is assigned to
|
|
|
|
* @property Node_Variable $refVar Variable which is referenced
|
|
|
|
*/
|
2011-05-27 18:20:44 +02:00
|
|
|
class Node_Expr_AssignRef extends Node_Expr
|
|
|
|
{
|
|
|
|
}
|