WidgetGroupRegistry implements SingletonInterface
Table of Contents
Interfaces
- SingletonInterface
- "empty" interface for singletons (marker interface pattern)
Methods
- getWidgetGroups() : array<string|int, mixed>
- registerWidgetGroup() : void
Methods
getWidgetGroups()
public
getWidgetGroups() : array<string|int, mixed>
Return values
array<string|int, mixed>registerWidgetGroup()
public
registerWidgetGroup(WidgetGroup $widgetGroup) : void
Parameters
- $widgetGroup : WidgetGroup