phpDocumentor

WidgetConfiguration
in package
implements AlwaysNewStrategyInterface

Class WidgetConfiguration

Interfaces, Classes and Traits

AlwaysNewStrategyInterface
Interface AlwaysNewStrategyInterface

Table of Contents

$author  : stdClass
$cache  : int
$description  : string
$displayConfig  : string
$fieldsets  : array<string|int, mixed>
$fileIO  : FileIO
$helpUrl  : string
$icon  : stdClass
$id  : string
$title  : string
$version  : string
$widgetPath  : string
__clone()  : mixed
__construct()  : mixed
WidgetConfiguration constructor.
author()  : stdClass
cache()  : int
createFromJsonPath()  : WidgetConfiguration
description()  : string
displayConfig()  : string
fieldsets()  : array<string|int, FieldSet>
helpUrl()  : string
icon()  : stdClass
id()  : string
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
title()  : string
version()  : string
widgetPath()  : string
getOptionItemTranslations()  : mixed
languageSpecificContent()  : void
Translates language specific content

Properties

Methods

__construct()

WidgetConfiguration constructor.

public __construct(stdClass $widgetJson, string $widgetPath) : mixed
Parameters
$widgetJson : stdClass
$widgetPath : string
Tags
throws
Exception
Return values
mixed

languageSpecificContent()

Translates language specific content

protected languageSpecificContent() : void
Tags
throws
Exception
Return values
void

Search results