Box\Spout\Writer\ODS\Helper\FileSystemHelper::createRootFolder PHP Method

createRootFolder() protected method

Creates the folder that will be used as root
protected createRootFolder ( ) : FileSystemHelper
return FileSystemHelper
    protected function createRootFolder()
    {
        $this->rootFolder = $this->createFolder($this->baseFolderRealPath, uniqid('ods'));
        return $this;
    }