ModuleData
Module data object
This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Properties
- $compareUserList : array<string|int, mixed>
- $demand : Demand
Methods
- __construct() : mixed
- attachUidCompareUser() : void
- Adds one backend user (by uid) to the compare user list Cannot be ObjectStorage, must be array
- detachUidCompareUser() : void
- Strip one backend user from the compare user list
- forUc() : array<string|int, mixed>
- fromUc() : self
- getCompareUserList() : array<string|int, mixed>
- Returns the compare list as array of user uids
- getDemand() : Demand
- resetCompareUserList() : void
- setDemand() : void
- setCompareUserList() : void
Properties
$compareUserList
protected
array<string|int, mixed>
$compareUserList
= []
$demand
protected
Demand
$demand
Methods
__construct()
public
__construct() : mixed
attachUidCompareUser()
Adds one backend user (by uid) to the compare user list Cannot be ObjectStorage, must be array
public
attachUidCompareUser(int $uid) : void
Parameters
- $uid : int
detachUidCompareUser()
Strip one backend user from the compare user list
public
detachUidCompareUser(int $uid) : void
Parameters
- $uid : int
forUc()
public
forUc() : array<string|int, mixed>
Return values
array<string|int, mixed>fromUc()
public
static fromUc(array<string|int, mixed> $uc) : self
Parameters
- $uc : array<string|int, mixed>
Return values
selfgetCompareUserList()
Returns the compare list as array of user uids
public
getCompareUserList() : array<string|int, mixed>
Return values
array<string|int, mixed>getDemand()
public
getDemand() : Demand
Return values
DemandresetCompareUserList()
public
resetCompareUserList() : void
setDemand()
public
setDemand(Demand $demand) : void
Parameters
- $demand : Demand
setCompareUserList()
protected
setCompareUserList(array<string|int, mixed> $compareUserList) : void
Parameters
- $compareUserList : array<string|int, mixed>