DashboardPreset
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
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
$title
read-only
protected
string
$title
__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
-
public
getDefaultWidgets() : array<string|int, string>
Return values
array<string|int, string>
getDescription()
public
getDescription() : string
getIconIdentifier()
public
getIconIdentifier() : string
getIdentifier()
public
getIdentifier() : string
getTitle()
public
getTitle() : string
isShowInWizard()
public
isShowInWizard() : bool
getLanguageService()
protected
getLanguageService() : LanguageService