ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
CellsFactory.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
PhpOffice\PhpSpreadsheet\Collection
;
4
5
use
PhpOffice\PhpSpreadsheet\Settings
;
6
use
PhpOffice\PhpSpreadsheet\Worksheet\Worksheet
;
7
8
abstract
class
CellsFactory
9
{
17
public
static
function
getInstance
(
Worksheet
$parent)
18
{
19
return
new
Cells
($parent,
Settings::getCache
());
20
}
21
}
PhpOffice\PhpSpreadsheet\Settings\getCache
static getCache()
Gets the implementation of cache that should be used for cell collection.
Definition:
Settings.php:165
Worksheet
Settings
PhpOffice\PhpSpreadsheet\Collection\Cells
Definition:
Cells.php:12
PhpOffice\PhpSpreadsheet\Collection\CellsFactory
Definition:
CellsFactory.php:8
PhpOffice\PhpSpreadsheet\Collection\CellsFactory\getInstance
static getInstance(Worksheet $parent)
Initialise the cache storage.
Definition:
CellsFactory.php:17
php
PhpOffice\PhpSpreadsheet\Worksheet\Worksheet
Definition:
Worksheet.php:28
PhpOffice\PhpSpreadsheet\Collection
Definition:
Cells.php:3
libs
composer
vendor
phpoffice
phpspreadsheet
src
PhpSpreadsheet
Collection
CellsFactory.php
Generated on Thu Jan 30 2025 19:01:23 for ILIAS by
1.8.13 (using
Doxyfile
)