‪TYPO3CMS  11.5
TYPO3\CMS\Dashboard\WidgetGroup Class Reference

Public Member Functions

 __construct (string $identifier, string $title)
 
string getIdentifier ()
 
string getTitle ()
 

Protected Member Functions

LanguageService getLanguageService ()
 

Protected Attributes

string $identifier
 
string $title
 

Detailed Description

Definition at line 25 of file WidgetGroup.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Dashboard\WidgetGroup::__construct ( string  $identifier,
string  $title 
)

Member Function Documentation

◆ getIdentifier()

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

◆ getLanguageService()

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

Definition at line 60 of file WidgetGroup.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Dashboard\WidgetGroup\getTitle().

◆ getTitle()

string TYPO3\CMS\Dashboard\WidgetGroup::getTitle ( )

Member Data Documentation

◆ $identifier

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

◆ $title

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