ThemeSettingsReader

Implements \Gambio\GX\Services\System\ThemeSettings\Repositories\Interfaces\ThemeSettingsReaderInterface

Class ThemeSettingsReader

package

Default

Methods

ThemeSettingsReader constructor.

__construct(\FilesystemAdapter $themeDirectory) 

Arguments

$themeDirectory

\FilesystemAdapter

getAll

getAll() : array
Throws
\FileNotFoundException

Response

array

getAllThemeJsons

getAllThemeJsons() : array<mixed,\stdClass>
Throws
\FileNotFoundException

Response

array<mixed,\stdClass>

getById

getById(string $id) : array
Throws
\FileNotFoundException

Arguments

$id

string

Response

array

readThemeJsons

readThemeJsons() 
Throws
\FileNotFoundException

Properties

themeDirectory

themeDirectory : \FilesystemAdapter
var

Type(s)

\FilesystemAdapter

themeJsons

themeJsons : array<mixed,\stdClass>
var

Type(s)

array<mixed,\stdClass>