ConfigurationJsonReader
in package
implements
ConfigurationJsonReaderInterface
Class ConfigurationJsonReader
Interfaces, Classes and Traits
- ConfigurationJsonReaderInterface
- Interface ConfigurationJsonReaderInterface
Table of Contents
- $themeFilesystem : FilesystemAdapter
- __construct() : mixed
- ConfigurationJsonReader constructor.
- getSettingsById() : array<string|int, mixed>
Properties
$themeFilesystem
protected
FilesystemAdapter
$themeFilesystem
Methods
__construct()
ConfigurationJsonReader constructor.
public
__construct(FilesystemAdapter $themeFilesystem) : mixed
Parameters
- $themeFilesystem : FilesystemAdapter
Return values
mixed —getSettingsById()
public
getSettingsById(string $themeId) : array<string|int, mixed>
Parameters
- $themeId : string