PHPCfg\Parser::writeVariableName PHP Method

writeVariableName() private method

private writeVariableName ( $name, Operand $value, Block $block )
$value Operand
$block Block
    private function writeVariableName($name, Operand $value, Block $block)
    {
        $this->ctx->setValueInScope($block, $name, $value);
    }
Parser