WidgetOptions
in package
Option for displaying a widget
Tags
Table of Contents
Properties
- $roundItemIcons : bool
Methods
- __construct() : mixed
- getDefault() : WidgetOptions
- Get the default set of options
- withRoundItemIcons() : bool
- Whether the clients should render icons for widget items as round icons
Properties
$roundItemIcons
private
bool
$roundItemIcons
Methods
__construct()
public
__construct(bool $roundItemIcons) : mixed
Parameters
- $roundItemIcons : bool
Tags
getDefault()
Get the default set of options
public
static getDefault() : WidgetOptions
Tags
Return values
WidgetOptionswithRoundItemIcons()
Whether the clients should render icons for widget items as round icons
public
withRoundItemIcons() : bool