phpDocumentor

ConfigurationController extends BasicController
in package

Class ConfigurationController

Table of Contents

$configurationService  : ConfigurationServiceInterface
$previewSettingsService  : bool
$styleEdit3ConfigurationService  : StyleEdit3ConfigurationServiceInterface
$themesList  : null
$requestedTheme  : RequestedThemeInterface
$theme  : bool
$themeService  : null
__clone()  : BasicController
__construct()  : mixed
configurationService()  : ConfigurationServiceInterface
delete()  : mixed
get()  : mixed
patch()  : mixed
post()  : mixed
put()  : mixed
requiresAuthentication()  : bool
styleEdit3ConfigurationService()  : StyleEdit3ConfigurationService
currentTheme()  : CurrentThemeInterface|null
currentThemeId()  : string
getThemesList()  : ThemeConfigurationCollection
outputJson()  : string
previewSettingsService()  : bool|PreviewSettingsService|mixed|null
themeConfiguration()  : ConfigurationInterface
themeService()  : bool|StyleEditThemeService
updateThemeList()  : mixed

Properties

Methods

delete()

public delete(array<string|int, mixed> $uri,  $data) : mixed
Parameters
$uri : array<string|int, mixed>
$data :
Return values
mixed

get()

public get(array<string|int, mixed> $uri) : mixed
Parameters
$uri : array<string|int, mixed>
Tags
throws
ReflectionException
throws
TranslatedException
throws
Exception
Return values
mixed

patch()

public patch(array<string|int, mixed> $uri,  $data) : mixed
Parameters
$uri : array<string|int, mixed>
$data :
Return values
mixed

post()

public post(array<string|int, mixed> $uri,  $data) : mixed
Parameters
$uri : array<string|int, mixed>
$data :
Tags
throws
Exception
Return values
mixed

put()

public put(array<string|int, mixed> $uri,  $data) : mixed
Parameters
$uri : array<string|int, mixed>
$data :
Return values
mixed

requiresAuthentication()

public requiresAuthentication() : bool
Return values
bool

currentThemeId()

protected currentThemeId() : string
Tags
throws
Exception
Return values
string

outputJson()

protected outputJson(mixed $value) : string
Parameters
$value : mixed
Return values
string

updateThemeList()

protected updateThemeList() : mixed
Return values
mixed

Search results