phpDocumentor

WidgetController extends BasicController
in package

Class WidgetController

Table of Contents

$adapter  : WidgetAdapterInterface
$previewSettingsService  : bool
$themesList  : null
$repository  : WidgetRepository
$requestedTheme  : RequestedThemeInterface
$theme  : bool
$themeConfiguration  : ThemeConfiguration
$themeService  : null
__clone()  : BasicController
__construct()  : mixed
WidgetController constructor.
delete()  : mixed
get()  : mixed
patch()  : mixed
post()  : mixed
put()  : mixed
requiresAuthentication()  : bool
currentTheme()  : CurrentThemeInterface|null
currentThemeId()  : string
getThemesList()  : ThemeConfigurationCollection
getWidgetList()  : string
outputJson()  : string
previewSettingsService()  : bool|PreviewSettingsService|mixed|null
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

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

getWidgetList()

protected getWidgetList() : string
Return values
string

outputJson()

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

updateThemeList()

protected updateThemeList() : mixed
Return values
mixed

Search results