Dashboard

Internal

Table of Contents

Properties

$container  : ContainerInterface
$identifier  : string
$title  : string
$widgetConfig  : array<string|int, mixed>
$widgetOptions  : array<string, array<string|int, mixed>>
$widgetRegistry  : WidgetRegistry
$widgets  : array<string, WidgetConfigurationInterface>

Methods

__construct()  : mixed
getIdentifier()  : string
getTitle()  : string
getWidgetConfig()  : array<string|int, mixed>
getWidgetOptions()  : array<string, array<string|int, mixed>>
getWidgets()  : array<string, WidgetConfigurationInterface>
initializeWidgets()  : void
This will return a list of all widgets of the current dashboard object. It will only include available widgets and will add the initialized object of the widget itself
getLanguageService()  : LanguageService

Properties

$container read-only

protected ContainerInterface $container

$identifier read-only

protected string $identifier

$widgetConfig read-only

protected array<string|int, mixed> $widgetConfig

$widgetOptions

protected array<string, array<string|int, mixed>> $widgetOptions = []

Methods

__construct()

public __construct(string $identifier, string $title, array<string, array<string, string>> $widgetConfig, WidgetRegistry $widgetRegistry, ContainerInterface $container) : mixed
Parameters
$identifier : string
$title : string
$widgetConfig : array<string, array<string, string>>
$widgetRegistry : WidgetRegistry
$container : ContainerInterface

getIdentifier()

public getIdentifier() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

getWidgetConfig()

public getWidgetConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>

getWidgetOptions()

public getWidgetOptions() : array<string, array<string|int, mixed>>
Return values
array<string, array<string|int, mixed>>

initializeWidgets()

This will return a list of all widgets of the current dashboard object. It will only include available widgets and will add the initialized object of the widget itself

public initializeWidgets(ServerRequestInterface $request) : void
Parameters
$request : ServerRequestInterface

        
On this page

Search results