LazyRecord\Exporter\CSVExporter::__construct PHP Метод

__construct() публичный Метод

default to "\";
public __construct ( $fd, $delimiter = ',', $enclosure = '"', $escapeChar = '\' )
    public function __construct($fd, $delimiter = ',', $enclosure = '"', $escapeChar = '\\')
    {
        $this->fd = $fd;
        $this->delimiter = $delimiter;
        $this->enclosure = $enclosure;
        $this->escapeChar = $escapeChar;
    }