![]() |
TYPO3
7.6
|
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 | |
Class to represent a backend layout.
Definition at line 20 of file BackendLayout.php.
__construct | ( | $identifier, | |
$title, | |||
$configuration | |||
) |
string | $identifier | |
string | $title | |
string | $configuration |
Definition at line 73 of file BackendLayout.php.
References BackendLayout\$configuration, BackendLayout\$identifier, BackendLayout\$title, BackendLayout\setConfiguration(), BackendLayout\setIdentifier(), and BackendLayout\setTitle().
|
static |
string | $identifier | |
string | $title | |
string | $configuration |
Definition at line 58 of file BackendLayout.php.
References BackendLayout\$configuration, BackendLayout\$identifier, and BackendLayout\$title.
Referenced by DefaultDataProvider\createBackendLayout(), PageTsBackendLayoutDataProvider\createBackendLayout(), and DefaultDataProvider\createDefaultBackendLayout().
getConfiguration | ( | ) |
Definition at line 155 of file BackendLayout.php.
References BackendLayout\$configuration.
getData | ( | ) |
getDescription | ( | ) |
Definition at line 123 of file BackendLayout.php.
References BackendLayout\$description.
getIconPath | ( | ) |
getIdentifier | ( | ) |
Definition at line 83 of file BackendLayout.php.
References BackendLayout\$identifier.
Referenced by BackendLayoutCollection\add().
getTitle | ( | ) |
setConfiguration | ( | $configuration | ) |
string | $configuration |
Definition at line 163 of file BackendLayout.php.
References BackendLayout\$configuration.
Referenced by BackendLayout\__construct().
setData | ( | array | $data | ) |
array | $data |
Definition at line 179 of file BackendLayout.php.
References BackendLayout\$data.
setDescription | ( | $description | ) |
string | $description |
Definition at line 131 of file BackendLayout.php.
References BackendLayout\$description.
setIconPath | ( | $iconPath | ) |
string | $iconPath |
Definition at line 147 of file BackendLayout.php.
References BackendLayout\$iconPath.
setIdentifier | ( | $identifier | ) |
string | $identifier |
\UnexpectedValueException |
Definition at line 92 of file BackendLayout.php.
References BackendLayout\$identifier.
Referenced by BackendLayout\__construct().
setTitle | ( | $title | ) |
string | $title |
Definition at line 115 of file BackendLayout.php.
References BackendLayout\$title.
Referenced by BackendLayout\__construct().
|
protected |
Definition at line 45 of file BackendLayout.php.
Referenced by BackendLayout\__construct(), BackendLayout\create(), BackendLayout\getConfiguration(), and BackendLayout\setConfiguration().
|
protected |
Definition at line 50 of file BackendLayout.php.
Referenced by BackendLayout\getData(), and BackendLayout\setData().
|
protected |
Definition at line 35 of file BackendLayout.php.
Referenced by BackendLayout\getDescription(), and BackendLayout\setDescription().
|
protected |
Definition at line 40 of file BackendLayout.php.
Referenced by BackendLayout\getIconPath(), and BackendLayout\setIconPath().
|
protected |
Definition at line 25 of file BackendLayout.php.
Referenced by BackendLayout\__construct(), BackendLayout\create(), BackendLayout\getIdentifier(), and BackendLayout\setIdentifier().
|
protected |
Definition at line 30 of file BackendLayout.php.
Referenced by BackendLayout\__construct(), BackendLayout\create(), BackendLayout\getTitle(), and BackendLayout\setTitle().