LazyRecord\Exporter\CSVExporter::setEnclosure PHP Method

setEnclosure() public method

public setEnclosure ( $enclosure )
    public function setEnclosure($enclosure)
    {
        $this->enclosure = $enclosure;
    }