ThemeSettingsReader
in package
implements
ThemeSettingsReaderInterface
Class ThemeSettingsReader
Interfaces, Classes and Traits
- ThemeSettingsReaderInterface
- Interface ThemeSettingsReaderInterface
Table of Contents
- $themeDirectory : FilesystemAdapter
- $themeJsons : array<string|int, stdClass>
- __construct() : mixed
- ThemeSettingsReader constructor.
- getAll() : array<string|int, mixed>
- getById() : array<string|int, mixed>
- getAllThemeJsons() : array<string|int, stdClass>
- readThemeJsons() : void
Properties
$themeDirectory
protected
FilesystemAdapter
$themeDirectory
$themeJsons
protected
array<string|int, stdClass>
$themeJsons
Methods
__construct()
ThemeSettingsReader constructor.
public
__construct(FilesystemAdapter $themeDirectory) : mixed
Parameters
- $themeDirectory : FilesystemAdapter
Return values
mixed —getAll()
public
getAll() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getById()
public
getById(string $id) : array<string|int, mixed>
Parameters
- $id : string
Tags
Return values
array<string|int, mixed> —getAllThemeJsons()
protected
getAllThemeJsons() : array<string|int, stdClass>
Tags
Return values
array<string|int, stdClass> —readThemeJsons()
protected
readThemeJsons() : void