TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\View\BackendLayout\BackendLayout Class Reference

Public Member Functions

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

Static Public Member Functions

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

Protected Attributes

 $identifier
 
 $title
 
 $description
 
 $iconPath
 
 $configuration
 
 $data
 

Detailed Description

Class to represent a backend layout.

Definition at line 20 of file BackendLayout.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ create()

◆ getConfiguration()

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

Definition at line 155 of file BackendLayout.php.

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

◆ getData()

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

Definition at line 171 of file BackendLayout.php.

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

◆ getDescription()

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

Definition at line 123 of file BackendLayout.php.

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

◆ getIconPath()

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

Definition at line 139 of file BackendLayout.php.

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

◆ getIdentifier()

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

◆ getTitle()

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

Definition at line 107 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 179 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 131 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 147 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 92 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

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

◆ $description

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

◆ $iconPath

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

◆ $identifier

◆ $title