PHPCfg\Op\Expr\New_::__construct PHP Method

__construct() public method

public __construct ( Operand $class, array $args, array $attributes = [] )
$class PHPCfg\Operand
$args array
$attributes array
    public function __construct(Operand $class, array $args, array $attributes = [])
    {
        parent::__construct($attributes);
        $this->class = $this->addReadRef($class);
        $this->args = $this->addReadRef($args);
    }