PHP Class PHPCfg\Op\Expr\FuncCall

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

Public Properties

Property Type Description
$args
$name

Public Methods

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

Method Details

__construct() public method

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

getVariableNames() public method

public getVariableNames ( )

Property Details

$args public property

public $args

$name public property

public $name