Exakat\Loader\CypherG3::cleanCsv PHP Method

cleanCsv() private method

private cleanCsv ( )
    private function cleanCsv()
    {
        if (empty($this->unlink)) {
            return;
        }
        foreach ($this->unlink as $file) {
            unlink($file);
        }
    }