PHP Class PHPCfg\Op\Expr\MethodCall

Inheritance: extends PHPCfg\Op\Expr
Show file Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$args
$name
$var

Public Methods

Method Description
__construct ( Operand $var, Operand $name, array $args, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $var, Operand $name, array $args, array $attributes = [] )
$var PHPCfg\Operand
$name PHPCfg\Operand
$args array
$attributes array

getVariableNames() public method

public getVariableNames ( )

Property Details

$args public property

public $args

$name public property

public $name

$var public property

public $var