‪TYPO3CMS  10.4
TYPO3\CMS\Dashboard\DashboardPreset Class Reference

Public Member Functions

 __construct (string $identifier, string $title, string $description, string $iconIdentifier='content-dashboard', array $defaultWidgets=[], bool $showInWizard=true)
 
string getIdentifier ()
 
string getIconIdentifier ()
 
string getTitle ()
 
string getDescription ()
 
string[] getDefaultWidgets ()
 
bool isShowInWizard ()
 

Protected Member Functions

LanguageService getLanguageService ()
 

Protected Attributes

string $identifier
 
string $title
 
string $iconIdentifier
 
string $description = ''
 
string[] $defaultWidgets = array( )
 
bool $showInWizard = true
 

Detailed Description

Definition at line 25 of file DashboardPreset.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Dashboard\DashboardPreset::__construct ( string  $identifier,
string  $title,
string  $description,
string  $iconIdentifier = 'content-dashboard',
array  $defaultWidgets = [],
bool  $showInWizard = true 
)

Member Function Documentation

◆ getDefaultWidgets()

string [] TYPO3\CMS\Dashboard\DashboardPreset::getDefaultWidgets ( )

◆ getDescription()

string TYPO3\CMS\Dashboard\DashboardPreset::getDescription ( )

◆ getIconIdentifier()

string TYPO3\CMS\Dashboard\DashboardPreset::getIconIdentifier ( )
Returns
‪string

Definition at line 78 of file DashboardPreset.php.

References TYPO3\CMS\Dashboard\DashboardPreset\$iconIdentifier.

◆ getIdentifier()

string TYPO3\CMS\Dashboard\DashboardPreset::getIdentifier ( )

◆ getLanguageService()

LanguageService TYPO3\CMS\Dashboard\DashboardPreset::getLanguageService ( )
protected
Returns
‪LanguageService

Definition at line 117 of file DashboardPreset.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Dashboard\DashboardPreset\getDescription(), and TYPO3\CMS\Dashboard\DashboardPreset\getTitle().

◆ getTitle()

◆ isShowInWizard()

bool TYPO3\CMS\Dashboard\DashboardPreset::isShowInWizard ( )
Returns
‪bool

Definition at line 109 of file DashboardPreset.php.

References TYPO3\CMS\Dashboard\DashboardPreset\$showInWizard.

Member Data Documentation

◆ $defaultWidgets

string [] TYPO3\CMS\Dashboard\DashboardPreset::$defaultWidgets = array( )
protected

◆ $description

string TYPO3\CMS\Dashboard\DashboardPreset::$description = ''
protected

◆ $iconIdentifier

string TYPO3\CMS\Dashboard\DashboardPreset::$iconIdentifier
protected

◆ $identifier

string TYPO3\CMS\Dashboard\DashboardPreset::$identifier
protected

◆ $showInWizard

bool TYPO3\CMS\Dashboard\DashboardPreset::$showInWizard = true
protected

◆ $title

string TYPO3\CMS\Dashboard\DashboardPreset::$title
protected