TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext Class Reference
Inheritance diagram for TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 getPageId ()
 
 setPageId ($pageId)
 
 getTableName ()
 
 setTableName ($tableName)
 
 getFieldName ()
 
 setFieldName ($fieldName)
 
 getData ()
 
 setData (array $data)
 
 getPageTsConfig ()
 
 setPageTsConfig (array $pageTsConfig)
 

Protected Attributes

 $pageId
 
 $tableName
 
 $fieldName
 
 $data
 
 $pageTsConfig
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Context that is forwarded to backend layout data providers.

Author
Oliver Hader olive.nosp@m.r.ha.nosp@m.der@t.nosp@m.ypo3.nosp@m..org

Definition at line 22 of file DataProviderContext.php.

Member Function Documentation

◆ getData()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::getData ( )

◆ getFieldName()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::getFieldName ( )

◆ getPageId()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::getPageId ( )

◆ getPageTsConfig()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::getPageTsConfig ( )

◆ getTableName()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::getTableName ( )

◆ setData()

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

Definition at line 108 of file DataProviderContext.php.

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

◆ setFieldName()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::setFieldName (   $fieldName)
Parameters
string$fieldName
Returns
DataProviderContext

Definition at line 92 of file DataProviderContext.php.

References TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext\$fieldName.

◆ setPageId()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::setPageId (   $pageId)
Parameters
integer$pageId
Returns
DataProviderContext

Definition at line 60 of file DataProviderContext.php.

References TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext\$pageId.

◆ setPageTsConfig()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::setPageTsConfig ( array  $pageTsConfig)
Parameters
array$pageTsConfig
Returns
DataProviderContext

Definition at line 124 of file DataProviderContext.php.

References TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext\$pageTsConfig.

◆ setTableName()

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::setTableName (   $tableName)
Parameters
string$tableName
Returns
DataProviderContext

Definition at line 76 of file DataProviderContext.php.

References TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext\$tableName.

Member Data Documentation

◆ $data

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

◆ $fieldName

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::$fieldName
protected

◆ $pageId

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::$pageId
protected

◆ $pageTsConfig

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::$pageTsConfig
protected

◆ $tableName

TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext::$tableName
protected