TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Beuser\Domain\Model\ModuleData Class Reference

Public Member Functions

 getDemand ()
 
 setDemand (\TYPO3\CMS\Beuser\Domain\Model\Demand $demand)
 
 getCompareUserList ()
 
 attachUidCompareUser ($uid)
 
 detachUidCompareUser ($uid)
 

Protected Attributes

 $demand
 
 $compareUserList = array()
 

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! Module data object

Author
Felix Kopp felix.nosp@m.-sou.nosp@m.rce@p.nosp@m.hora.nosp@m.x.com
Nikolas Hagelstein nikol.nosp@m.as.h.nosp@m.agels.nosp@m.tein.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition at line 23 of file ModuleData.php.

Member Function Documentation

◆ attachUidCompareUser()

TYPO3\CMS\Beuser\Domain\Model\ModuleData::attachUidCompareUser (   $uid)

Adds one backend user (by uid) to the compare user list Cannot be ObjectStorage, must be array

Parameters
integer$uid
Returns
void

Definition at line 67 of file ModuleData.php.

References $uid.

◆ detachUidCompareUser()

TYPO3\CMS\Beuser\Domain\Model\ModuleData::detachUidCompareUser (   $uid)

Strip one backend user from the compare user list

Parameters
integer$uid
Returns
void

Definition at line 77 of file ModuleData.php.

References $uid.

◆ getCompareUserList()

TYPO3\CMS\Beuser\Domain\Model\ModuleData::getCompareUserList ( )

Returns the compare list as array of user uis

Returns
array

Definition at line 56 of file ModuleData.php.

◆ getDemand()

TYPO3\CMS\Beuser\Domain\Model\ModuleData::getDemand ( )
Returns

Definition at line 39 of file ModuleData.php.

References TYPO3\CMS\Beuser\Domain\Model\ModuleData\$demand.

◆ setDemand()

TYPO3\CMS\Beuser\Domain\Model\ModuleData::setDemand ( \TYPO3\CMS\Beuser\Domain\Model\Demand  $demand)
Parameters
\TYPO3\CMS\Beuser\Domain\Model\Demand$demand
Returns
void

Definition at line 47 of file ModuleData.php.

References TYPO3\CMS\Beuser\Domain\Model\ModuleData\$demand.

Member Data Documentation

◆ $compareUserList

TYPO3\CMS\Beuser\Domain\Model\ModuleData::$compareUserList = array()
protected

Definition at line 34 of file ModuleData.php.

◆ $demand

TYPO3\CMS\Beuser\Domain\Model\ModuleData::$demand
protected