$chartRenderer
$chartRenderer : string
Class name of the chart renderer used for rendering charts eg: PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph.
$chartRenderer : string
Class name of the chart renderer used for rendering charts eg: PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph.
$libXmlLoaderOptions : int
Default options for libxml loader.
$libXmlDisableEntityLoader : bool
Allow/disallow libxml_disable_entity_loader() call when not thread safe.
Default behaviour is to do the check, but if you're running PHP versions 7.2 < 7.2.1 then you may need to disable this check to prevent unwanted behaviour in other threads SECURITY WARNING: Changing this flag is not recommended.
$cache : \Psr\SimpleCache\CacheInterface
The cache implementation to be used for cell collection.
$httpClient : null|\Psr\Http\Client\ClientInterface
The HTTP client implementation to be used for network request.
$requestFactory : null|\Psr\Http\Message\RequestFactoryInterface
setLibXmlDisableEntityLoader(bool $state) : void
Enable/Disable the entity loader for libxml loader.
Allow/disallow libxml_disable_entity_loader() call when not thread safe. Default behaviour is to do the check, but if you're running PHP versions 7.2 < 7.2.1 then you may need to disable this check to prevent unwanted behaviour in other threads SECURITY WARNING: Changing this flag to false is not recommended.
bool | $state |
setHttpClient(\Psr\Http\Client\ClientInterface $httpClient, \Psr\Http\Message\RequestFactoryInterface $requestFactory) : void
Set the HTTP client implementation to be used for network request.
\Psr\Http\Client\ClientInterface | $httpClient | |
\Psr\Http\Message\RequestFactoryInterface | $requestFactory |