PHP Class PHPCfg\Op\Expr\New_

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

Public Properties

Property Type Description
$args
$class

Public Methods

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

Method Details

__construct() public method

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

getVariableNames() public method

public getVariableNames ( )

Property Details

$args public property

public $args

$class public property

public $class