2011-05-27 18:20:44 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
2011-05-27 22:57:55 +02:00
|
|
|
* @property Node_Variable $var Variable holding object
|
|
|
|
* @property string|Node_Expr|Node_Variable $name Name
|
2011-05-27 18:20:44 +02:00
|
|
|
*/
|
|
|
|
class Node_Expr_PropertyFetch extends Node_Expr
|
|
|
|
{
|
|
|
|
}
|