TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\InterfaceState\ExtDirect\DataProvider Class Reference
Inheritance diagram for TYPO3\CMS\Backend\InterfaceState\ExtDirect\DataProvider:
extDirect_DataProvider_State

Public Member Functions

 __construct ()
 
 getState ($parameter)
 
 setState ($parameter)
 

Protected Attributes

 $userSettings
 

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! ExtDirect DataProvider for State

Author
Steffen Kamper steff.nosp@m.en@t.nosp@m.ypo3..nosp@m.org

Definition at line 21 of file DataProvider.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Tree\Pagetree\DataProvider::__construct ( )

Constructor

Constructor

Parameters
integer$nodeLimit(optional)

Definition at line 31 of file DataProvider.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Function Documentation

◆ getState()

TYPO3\CMS\Backend\InterfaceState\ExtDirect\DataProvider::getState (   $parameter)

Gets state for given key

Parameters
\stdClass$parameter
Returns
array

Definition at line 44 of file DataProvider.php.

◆ setState()

TYPO3\CMS\Backend\InterfaceState\ExtDirect\DataProvider::setState (   $parameter)

Save the state for a given key

Parameters
\stdClass$parameter
Returns
array

Definition at line 59 of file DataProvider.php.

Member Data Documentation

◆ $userSettings

TYPO3\CMS\Backend\InterfaceState\ExtDirect\DataProvider::$userSettings
protected

Definition at line 26 of file DataProvider.php.