mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-12 09:29:47 +01:00
eeb63065be
Sorry for that one large commit. Won't happen again.
10 lines
210 B
PHP
10 lines
210 B
PHP
<?php
|
|
|
|
/**
|
|
* @property Node_Variable $var Variable holding object
|
|
* @property string|Node_Expr $name Name
|
|
* @property array $args Arguments
|
|
*/
|
|
class Node_Expr_MethodCall extends Node_Expr
|
|
{
|
|
} |