‪TYPO3CMS  9.5
TYPO3\CMS\Backend\View\BackendLayout\BackendLayout Class Reference

Public Member Functions

 __construct ($identifier, $title, $configuration)
 
string getIdentifier ()
 
 setIdentifier ($identifier)
 
string getTitle ()
 
 setTitle ($title)
 
string getDescription ()
 
 setDescription ($description)
 
string getIconPath ()
 
 setIconPath ($iconPath)
 
string getConfiguration ()
 
 setConfiguration ($configuration)
 
array getData ()
 
 setData (array $data)
 

Static Public Member Functions

static BackendLayout create ($identifier, $title, $configuration)
 

Protected Attributes

string $identifier
 
string $title
 
string $description
 
string $iconPath
 
string $configuration
 
array $data
 

Detailed Description

Class to represent a backend layout.

Definition at line 20 of file BackendLayout.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::__construct (   $identifier,
  $title,
  $configuration 
)

Member Function Documentation

◆ create()

◆ getConfiguration()

string TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::getConfiguration ( )
Returns
‪string

Definition at line 149 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$configuration.

◆ getData()

array TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::getData ( )
Returns
‪array

Definition at line 165 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$data.

◆ getDescription()

string TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::getDescription ( )
Returns
‪string

Definition at line 117 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$description.

◆ getIconPath()

string TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::getIconPath ( )
Returns
‪string

Definition at line 133 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$iconPath.

◆ getIdentifier()

string TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::getIdentifier ( )

◆ getTitle()

string TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::getTitle ( )
Returns
‪string

Definition at line 101 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$title.

◆ setConfiguration()

TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::setConfiguration (   $configuration)

◆ setData()

TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::setData ( array  $data)
Parameters
array$data

Definition at line 173 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$data.

◆ setDescription()

TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::setDescription (   $description)
Parameters
string$description

Definition at line 125 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$description.

◆ setIconPath()

TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::setIconPath (   $iconPath)
Parameters
string$iconPath

Definition at line 141 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$iconPath.

◆ setIdentifier()

TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::setIdentifier (   $identifier)
Parameters
string$identifier
Exceptions

Definition at line 86 of file BackendLayout.php.

References TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\$identifier.

Referenced by TYPO3\CMS\Backend\View\BackendLayout\BackendLayout\__construct().

◆ setTitle()

TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::setTitle (   $title)

Member Data Documentation

◆ $configuration

◆ $data

array TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::$data
protected

◆ $description

string TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::$description
protected

◆ $iconPath

string TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::$iconPath
protected

◆ $identifier

◆ $title