ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PhpOffice\PhpSpreadsheet\Collection\CellsFactory Class Reference
+ Collaboration diagram for PhpOffice\PhpSpreadsheet\Collection\CellsFactory:

Static Public Member Functions

static getInstance (Worksheet $parent)
 Initialise the cache storage. More...
 

Detailed Description

Definition at line 8 of file CellsFactory.php.

Member Function Documentation

◆ getInstance()

static PhpOffice\PhpSpreadsheet\Collection\CellsFactory::getInstance ( Worksheet  $parent)
static

Initialise the cache storage.

Parameters
Worksheet$parentEnable cell caching for this worksheet
Returns
Cells

Definition at line 17 of file CellsFactory.php.

References PhpOffice\PhpSpreadsheet\Settings\getCache().

Referenced by PhpOffice\PhpSpreadsheet\Worksheet\Worksheet\__construct().

18  {
19  return new Cells($parent, Settings::getCache());
20  }
static getCache()
Gets the implementation of cache that should be used for cell collection.
Definition: Settings.php:165
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: