TYPO3  7.6
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
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 (   $identifier,
  $title,
  $configuration 
)
Parameters
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().

Member Function Documentation

static create (   $identifier,
  $title,
  $configuration 
)
static
getConfiguration ( )
Returns
string

Definition at line 155 of file BackendLayout.php.

References BackendLayout\$configuration.

getData ( )
Returns
array

Definition at line 171 of file BackendLayout.php.

References BackendLayout\$data.

getDescription ( )
Returns
string

Definition at line 123 of file BackendLayout.php.

References BackendLayout\$description.

getIconPath ( )
Returns
string

Definition at line 139 of file BackendLayout.php.

References BackendLayout\$iconPath.

getIdentifier ( )
Returns
string

Definition at line 83 of file BackendLayout.php.

References BackendLayout\$identifier.

Referenced by BackendLayoutCollection\add().

getTitle ( )
Returns
string

Definition at line 107 of file BackendLayout.php.

References BackendLayout\$title.

setConfiguration (   $configuration)
Parameters
string$configuration

Definition at line 163 of file BackendLayout.php.

References BackendLayout\$configuration.

Referenced by BackendLayout\__construct().

setData ( array  $data)
Parameters
array$data

Definition at line 179 of file BackendLayout.php.

References BackendLayout\$data.

setDescription (   $description)
Parameters
string$description

Definition at line 131 of file BackendLayout.php.

References BackendLayout\$description.

setIconPath (   $iconPath)
Parameters
string$iconPath

Definition at line 147 of file BackendLayout.php.

References BackendLayout\$iconPath.

setIdentifier (   $identifier)
Parameters
string$identifier
Exceptions
\UnexpectedValueException

Definition at line 92 of file BackendLayout.php.

References BackendLayout\$identifier.

Referenced by BackendLayout\__construct().

setTitle (   $title)
Parameters
string$title

Definition at line 115 of file BackendLayout.php.

References BackendLayout\$title.

Referenced by BackendLayout\__construct().

Member Data Documentation

$configuration
protected
$data
protected

Definition at line 50 of file BackendLayout.php.

Referenced by BackendLayout\getData(), and BackendLayout\setData().

$description
protected

Definition at line 35 of file BackendLayout.php.

Referenced by BackendLayout\getDescription(), and BackendLayout\setDescription().

$iconPath
protected

Definition at line 40 of file BackendLayout.php.

Referenced by BackendLayout\getIconPath(), and BackendLayout\setIconPath().

$identifier
protected
$title
protected