TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
ModuleData.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Beuser\Domain\Model
;
3
23
class
ModuleData
{
24
29
protected
$demand
;
30
34
protected
$compareUserList
= array();
35
39
public
function
getDemand
() {
40
return
$this->demand
;
41
}
42
47
public
function
setDemand
(\
TYPO3
\CMS\Beuser\Domain\Model\
Demand
$demand
) {
48
$this->demand =
$demand
;
49
}
50
56
public
function
getCompareUserList
() {
57
return
array_keys($this->compareUserList);
58
}
59
67
public
function
attachUidCompareUser
(
$uid
) {
68
$this->compareUserList[
$uid
] = TRUE;
69
}
70
77
public
function
detachUidCompareUser
(
$uid
) {
78
unset($this->compareUserList[
$uid
]);
79
}
80
81
}
TYPO3
TYPO3\CMS\Beuser\Domain\Model\ModuleData\setDemand
setDemand(\TYPO3\CMS\Beuser\Domain\Model\Demand $demand)
Definition:
ModuleData.php:47
TYPO3\CMS\Beuser\Domain\Model\ModuleData\getDemand
getDemand()
Definition:
ModuleData.php:39
$uid
$uid
Definition:
server.php:36
TYPO3\CMS\Beuser\Domain\Model\ModuleData\getCompareUserList
getCompareUserList()
Definition:
ModuleData.php:56
TYPO3\CMS\Beuser\Domain\Model\ModuleData\attachUidCompareUser
attachUidCompareUser($uid)
Definition:
ModuleData.php:67
TYPO3\CMS\Beuser\Domain\Model\ModuleData
Definition:
ModuleData.php:23
TYPO3\CMS\Beuser\Domain\Model\ModuleData\detachUidCompareUser
detachUidCompareUser($uid)
Definition:
ModuleData.php:77
TYPO3\CMS\Beuser\Domain\Model\ModuleData\$compareUserList
$compareUserList
Definition:
ModuleData.php:34
TYPO3\CMS\Beuser\Domain\Model\ModuleData\$demand
$demand
Definition:
ModuleData.php:29
TYPO3\CMS\Beuser\Domain\Model\Demand
Definition:
Demand.php:22
TYPO3\CMS\Beuser\Domain\Model
Definition:
BackendUser.php:2
typo3
sysext
beuser
Classes
Domain
Model
ModuleData.php
Generated on Wed Aug 7 2019 09:52:19 for TYPO3 CMS by
1.8.13