DashboardPreset

Internal

Table of Contents

Properties

$defaultWidgets  : array<string|int, mixed>
$description  : string
$iconIdentifier  : string
$identifier  : string
$showInWizard  : bool
$title  : string

Methods

__construct()  : mixed
getDefaultWidgets()  : array<string|int, string>
getDescription()  : string
getIconIdentifier()  : string
getIdentifier()  : string
getTitle()  : string
isShowInWizard()  : bool
getLanguageService()  : LanguageService

Properties

$defaultWidgets read-only

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

$description read-only

protected string $description

$iconIdentifier read-only

protected string $iconIdentifier = 'content-dashboard'

$identifier read-only

protected string $identifier

$showInWizard read-only

protected bool $showInWizard = true

Methods

__construct()

public __construct(string $identifier, string $title, string $description[, string $iconIdentifier = 'content-dashboard' ][, array<string|int, string> $defaultWidgets = [] ][, bool $showInWizard = true ]) : mixed
Parameters
$identifier : string
$title : string
$description : string
$iconIdentifier : string = 'content-dashboard'
$defaultWidgets : array<string|int, string> = []
$showInWizard : bool = true

getDefaultWidgets()

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

getDescription()

public getDescription() : string
Return values
string

getIconIdentifier()

public getIconIdentifier() : string
Return values
string

getIdentifier()

public getIdentifier() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

isShowInWizard()

public isShowInWizard() : bool
Return values
bool

        
On this page

Search results