░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/openspout/src/Writer/Common/Helper
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: FileSystemWithRootFolderHelperInterface.php
<?php declare(strict_types=1); namespace OpenSpout\Writer\Common\Helper; use OpenSpout\Common\Exception\IOException; use OpenSpout\Common\Helper\FileSystemHelperInterface; /** * @internal */ interface FileSystemWithRootFolderHelperInterface extends FileSystemHelperInterface { /** * Creates all the folders needed to create a spreadsheet, as well as the files that won't change. * * @throws IOException If unable to create at least one of the base folders */ public function createBaseFilesAndFolders(): void; public function getRootFolder(): string; public function getSheetsContentTempFolder(): string; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 CellHelper.php
PHP
1.6 KB
2026-02-11 01:44
EDIT
📄 FileSystemWithRootFolderHelperInterface.php
PHP
651 B
2026-02-11 01:44
EDIT
📄 ZipHelper.php
PHP
7.7 KB
2026-02-11 01:44
EDIT