PHPCfg\Op\Iterator\Valid::__construct PHP Method

__construct() public method

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