LazyRecord\Exporter\CSVExporter::setEscapeChar PHP Method

setEscapeChar() public method

public setEscapeChar ( $char )
    public function setEscapeChar($char)
    {
        $this->escapeChar = $char;
    }